Fix: add disable to the drag-drop list component (#13880)

This commit is contained in:
shamoon
2026-08-31 09:09:10 -07:00
committed by GitHub
parent 06e9c1c02b
commit 440049978b
4 changed files with 37 additions and 0 deletions
@@ -1,3 +1,11 @@
.badge {
cursor: move;
}
.cdk-drop-list-disabled {
cursor: not-allowed !important;
* {
pointer-events: none !important;
}
}