2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fix custom-select with "multiple" attribute (#23055)

This commit is contained in:
Lodder
2017-10-03 05:00:57 +01:00
committed by Mark Otto
parent 61cc1d8ca6
commit bd858f0ceb
+5
View File
@@ -162,6 +162,11 @@
}
}
&[multiple] {
height: auto;
background-image: none;
}
&:disabled {
color: $custom-select-disabled-color;
background-color: $custom-select-disabled-bg;