fix: select multiple option color

This commit is contained in:
Lucas Larroche 2024-02-18 11:02:16 +07:00
parent f714a51d9e
commit 3fcddcfb37
237 changed files with 237 additions and 118 deletions

View file

@ -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]) {