Splice nodes dragged from palette into links

This commit is contained in:
Nick O'Leary
2016-01-08 22:34:10 +00:00
parent 661e1a4f90
commit ed19e4fa08
4 changed files with 91 additions and 2 deletions

View File

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