differentiate selected item and hovered one

This commit is contained in:
vcoppe
2024-07-19 10:09:49 +02:00
parent 603616b4a3
commit 78fff5981c

View File

@@ -341,13 +341,21 @@
@apply leading-none;
}
.vertical :global(button) {
@apply hover:bg-muted;
}
.vertical :global(.sortable-selected button) {
@apply hover:bg-accent;
}
.vertical :global(.sortable-selected) {
@apply bg-accent;
}
.horizontal :global(button) {
@apply bg-accent;
@apply hover:bg-background;
@apply hover:bg-muted;
}
.horizontal :global(.sortable-selected button) {