mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
style: select[multiple] selected option
This commit is contained in:
parent
5e04b841bd
commit
cd0aee31cf
9 changed files with 28 additions and 4 deletions
|
@ -351,6 +351,14 @@
|
|||
background-size: 1rem auto;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
&[multiple] {
|
||||
option {
|
||||
&:checked {
|
||||
background: var(#{$✨}form-element-selected-background-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[dir="rtl"] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue