Add wire-slice mode to delete wires with Ctrl-RHClick-Drag

This commit is contained in:
Nick O'Leary
2022-01-11 19:49:40 +00:00
parent 154a4e23dd
commit f3997128b9
3 changed files with 63 additions and 15 deletions

View File

@@ -21,6 +21,13 @@
stroke-dasharray: 10 5;
}
.nr-ui-view-slice {
stroke-width: 1px;
stroke: $view-lasso-stroke;
fill: none;
stroke-dasharray: 10 5;
}
.node_label_italic, // deprecated: use red-ui-flow-node-label-italic
.red-ui-flow-node-label-italic {
font-style: italic;