mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
10 lines
206 B
SCSS
10 lines
206 B
SCSS
|
|
[draggable] {
|
||
|
|
cursor: move; /* fallback if grab cursor is unsupported */
|
||
|
|
cursor: grab;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* (Optional) Apply a "closed-hand" cursor during drag operation. */
|
||
|
|
[draggable]:active {
|
||
|
|
cursor: grabbing;
|
||
|
|
}
|