mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 14:08:29 -06:00
Reworked Node Dragging Behavior
This commit is contained in:
@ -94,6 +94,21 @@ label {
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
/* Node Header - Shows drag handle cursor */
|
||||
.borealis-node-header {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
/* Optional: when actively dragging */
|
||||
.borealis-node-header:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
/* Node Body - Just pointer, not draggable */
|
||||
.borealis-node-content {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* ======================================= */
|
||||
/* FLOW TABS */
|
||||
/* ======================================= */
|
||||
|
Reference in New Issue
Block a user