aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLodder <[email protected]>2017-10-03 05:00:57 +0100
committerMark Otto <[email protected]>2017-10-02 21:00:57 -0700
commitbd858f0ceb3989e7266d75be97e625ece62c81bd (patch)
tree1d7255d5190cac75d2a616d7c3d6f01086d87156
parent61cc1d8ca659e1c05640ef994ece1e594c0779b9 (diff)
downloadbootstrap-bd858f0ceb3989e7266d75be97e625ece62c81bd.tar.xz
bootstrap-bd858f0ceb3989e7266d75be97e625ece62c81bd.zip
Fix custom-select with "multiple" attribute (#23055)
-rw-r--r--scss/_custom-forms.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index f471be622..41dae4d76 100644
--- a/scss/_custom-forms.scss
+++ b/scss/_custom-forms.scss
@@ -162,6 +162,11 @@
}
}
+ &[multiple] {
+ height: auto;
+ background-image: none;
+ }
+
&:disabled {
color: $custom-select-disabled-color;
background-color: $custom-select-disabled-bg;