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

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;