mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Splice nodes dragged from palette into links
This commit is contained in:
@@ -186,7 +186,8 @@
|
||||
|
||||
.drag_line {
|
||||
stroke: $node-selected-color;
|
||||
stroke-width: 4;
|
||||
stroke-width: 2;
|
||||
stroke-dasharray: 15,8;
|
||||
fill: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
@@ -225,6 +226,9 @@
|
||||
cursor: crosshair;
|
||||
fill: none;
|
||||
}
|
||||
.link_splice > .link_line {
|
||||
stroke-dasharray: 15,8;
|
||||
}
|
||||
|
||||
g.link_selected path.link_line {
|
||||
stroke: $node-selected-color;
|
||||
|
Reference in New Issue
Block a user