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
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

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