mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
fix scss
This commit is contained in:
parent
6de8b33769
commit
43a07301fd
@ -146,7 +146,7 @@
|
|||||||
.palette_port {
|
.palette_port {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:8px;
|
top:8px;
|
||||||
left: 55px;
|
left: -5px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
background:#d9d9d9;
|
background:#d9d9d9;
|
||||||
@ -157,7 +157,7 @@
|
|||||||
}
|
}
|
||||||
.palette_port_output {
|
.palette_port_output {
|
||||||
left:auto;
|
left:auto;
|
||||||
right: 55px;
|
right: -6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.palette_node:hover .palette_port {
|
.palette_node:hover .palette_port {
|
||||||
|
Loading…
Reference in New Issue
Block a user