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