mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-24 20:16:41 -05:00
Migrate to nested CSS
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user