mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Totally remove Dragula in Favor of the modern SortableJS library, updated the Kanban
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
button.drag-handle {
|
||||
cursor: grab !important;
|
||||
.drag-handle {
|
||||
cursor: grab;
|
||||
touch-action: none;
|
||||
user-select: none;
|
||||
}
|
||||
button.drag-handle:active {
|
||||
cursor: grabbing !important;
|
||||
.drag-handle:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
Reference in New Issue
Block a user