style: select[multiple] selected option

This commit is contained in:
Lucas Larroche 2023-03-08 11:47:37 +07:00
parent 5e04b841bd
commit cd0aee31cf
9 changed files with 28 additions and 4 deletions

View file

@ -351,6 +351,14 @@
background-size: 1rem auto;
background-repeat: no-repeat;
}
&[multiple] {
option {
&:checked {
background: var(#{$}form-element-selected-background-color);
}
}
}
}
[dir="rtl"] {