mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
fix: select multiple option color
This commit is contained in:
parent
f714a51d9e
commit
3fcddcfb37
237 changed files with 237 additions and 118 deletions
|
@ -407,6 +407,7 @@
|
|||
option {
|
||||
&:checked {
|
||||
background: var(#{$css-var-prefix}form-element-selected-background-color);
|
||||
color: var(#{$css-var-prefix}form-element-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue