mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Highlight node port when dragging wires and undash the wires
This commit is contained in:
@@ -186,8 +186,7 @@
|
||||
|
||||
.drag_line {
|
||||
stroke: $node-selected-color;
|
||||
stroke-width: 2;
|
||||
stroke-dasharray: 15,8;
|
||||
stroke-width: 3;
|
||||
fill: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user