Merge pull request #4467 from node-red/fix-group-mouse-pointer

Use move cursor when hovering on group border
This commit is contained in:
Nick O'Leary
2023-12-04 15:55:15 +00:00
committed by GitHub

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;