wip: add active state to open select
This commit is contained in:
parent
3460e29107
commit
cc17c3338e
1 changed files with 12 additions and 0 deletions
|
|
@ -15,6 +15,18 @@
|
||||||
color: var(--text-weak);
|
color: var(--text-weak);
|
||||||
transition: transform 0.1s ease-in-out;
|
transition: transform 0.1s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&[data-expanded] {
|
||||||
|
&[data-variant="secondary"] {
|
||||||
|
background-color: var(--button-secondary-hover);
|
||||||
|
}
|
||||||
|
&[data-variant="ghost"] {
|
||||||
|
background-color: var(--surface-raised-base-active);
|
||||||
|
}
|
||||||
|
&[data-variant="primary"] {
|
||||||
|
background-color: var(--icon-strong-active);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue