UI/UX Draggables now switch to a hand on hover, updated the UI in invoice quote and reccuring invoice so buttons do not wrap and are grouped. Seperated the Dragable button using a button link, did the same for tasks in tickets

This commit is contained in:
johnnyq
2025-05-28 21:22:21 -04:00
parent eeef63d1c3
commit a00f26d8a4
7 changed files with 106 additions and 119 deletions

View File

@@ -21,10 +21,9 @@
}
.drag-handle {
cursor: grab;
touch-action: none;
user-select: none;
cursor: grab !important;
}
.drag-handle:active {
cursor: grabbing;
cursor: grabbing !important;
}