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

@ -407,6 +407,7 @@
option {
&:checked {
background: var(#{$css-var-prefix}form-element-selected-background-color);
color: var(#{$css-var-prefix}form-element-color);
}
}
}