mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 09:32:19 +00:00
increase specificity of select trigger hover/expanded states
This commit is contained in:
parent
3eea1d424e
commit
73b1bc42f4
1 changed files with 3 additions and 6 deletions
|
|
@ -29,12 +29,9 @@
|
|||
transition: transform 0.1s ease-in-out;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--input-base);
|
||||
box-shadow: var(--shadow-xs-border-base);
|
||||
}
|
||||
|
||||
&[data-expanded] {
|
||||
&[data-slot="select-select-trigger"]:hover:not(:disabled),
|
||||
&[data-slot="select-select-trigger"][data-expanded],
|
||||
&[data-slot="select-select-trigger"][data-expanded]:hover:not(:disabled) {
|
||||
background-color: var(--input-base);
|
||||
box-shadow: var(--shadow-xs-border-base);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue