mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06: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
|
@ -1511,6 +1511,7 @@ select:not([multiple], [size]) {
|
|||
}
|
||||
select[multiple] option:checked {
|
||||
background: var(--pico-form-element-selected-background-color);
|
||||
color: var(--pico-form-element-color);
|
||||
}
|
||||
|
||||
[dir=rtl] select:not([multiple], [size]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue