refactor: small style tweaks

- cursor styles on dnd
This commit is contained in:
Carlos Valente
2025-07-27 16:46:08 +02:00
committed by Carlos Valente
parent 3ce539af2a
commit 8a7f8c8ebc
8 changed files with 23 additions and 5 deletions
@@ -22,6 +22,11 @@
outline: 2px solid $blue-500;
outline-offset: 2px;
}
&[data-disabled] {
opacity: $opacity-disabled;
cursor: not-allowed;
}
}
.medium {
@@ -50,4 +55,5 @@
&[data-checked] {
translate: calc(var(--width) - var(--height)) 0;
}
}