Highlight node port when dragging wires and undash the wires

This commit is contained in:
Nick O'Leary
2016-01-09 13:47:05 +00:00
parent 6b8ffb4c68
commit 9837f0e2e1
2 changed files with 5 additions and 6 deletions

View File

@@ -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;
}