Support drag-wiring of link nodes

This commit is contained in:
Nick O'Leary
2018-12-18 10:57:53 +00:00
parent 84cc2ad0fa
commit 33dade0584
3 changed files with 342 additions and 70 deletions

View File

@@ -194,8 +194,8 @@
}
.port_hovered {
stroke: $port-selected-color;
fill: $port-selected-color;
stroke: $port-selected-color !important;
fill: $port-selected-color !important;
}
.port_quick_link {
@@ -211,7 +211,7 @@
}
.drag_line {
stroke: $node-selected-color;
stroke: $node-selected-color !important;
stroke-width: 3;
fill: none;
pointer-events: none;
@@ -236,10 +236,10 @@
stroke: $link-link-color;
fill: none;
stroke-dasharray: 15,2;
pointer-events: none;
// pointer-events: none;
}
.link_port {
fill: #fff;
fill: #eee;
stroke: $link-link-color;
stroke-width: 1;
}