Skip to content

Commit 8987e14

Browse files
Diede Kerkhofkodiakhq[bot]
Diede Kerkhof
authored andcommitted
feat: add dragging hand when moving node
1 parent e9bd464 commit 8987e14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frank-flow/src/frontend/src/app/flow/node/node.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
cursor: grab;
1515
}
1616

17+
&:active {
18+
cursor: grabbing;
19+
}
20+
1721
&.isActive {
1822
background: var(--accent-lighter-10);
1923
border: 3px solid var(--accent-darker-1);

0 commit comments

Comments
 (0)