Migrate to nested CSS

This commit is contained in:
Kalle
2026-03-28 16:30:28 +02:00
parent 0df6002c9a
commit dfa95bd92d
93 changed files with 1405 additions and 1337 deletions

View File

@@ -44,10 +44,10 @@
justify-content: flex-start;
transition: background-color 0.15s;
cursor: pointer;
}
.item[data-focused] {
background-color: var(--color-bg-higher);
&[data-focused] {
background-color: var(--color-bg-higher);
}
}
.itemDisabled {