mirror of https://github.com/twbs/bootstrap.git
Fix custom-select with "multiple" attribute (#23055)
This commit is contained in:
parent
61cc1d8ca6
commit
bd858f0ceb
|
|
@ -162,6 +162,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
&[multiple] {
|
||||
height: auto;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
color: $custom-select-disabled-color;
|
||||
background-color: $custom-select-disabled-bg;
|
||||
|
|
|
|||
Loading…
Reference in New Issue