Use move cursor when hovering on group border

This commit is contained in:
Nick O'Leary
2023-12-04 11:49:29 +00:00
parent fd32ee09ff
commit 94abaaff1e

View File

@@ -114,6 +114,7 @@
pointer-events: stroke;
}
.red-ui-flow-group-outline-select {
cursor: move;
fill: none;
stroke: var(--red-ui-node-selected-color);
pointer-events: none;