update(Wave accessability): updates aria labels for accessability

This commit is contained in:
SimonGschnell
2025-07-10 11:47:51 +02:00
parent 129b8b2e49
commit 6f3759d95d
5 changed files with 29 additions and 31 deletions
+5 -5
View File
@@ -112,23 +112,23 @@
}
.cursor-nw-resize {
cursor: nw-resize;
cursor: nw-resize !important;
}
.cursor-ew-resize {
cursor: ew-resize;
cursor: ew-resize !important;
}
.cursor-ns-resize {
cursor: ns-resize;
cursor: ns-resize !important;
}
.no-drag-drop {
cursor: not-allowed;
cursor: not-allowed !important;
}
.cursor-move {
cursor: move;
cursor: move !important;
}
.draggedItem {