Commit bd858f0c authored by Lodder's avatar Lodder Committed by Mark Otto
Browse files

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

parent 61cc1d8c
6 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25494web pack,!25326Adjust examples,!23207#22402 : modal: new autofocus & keyboardBtnNav options,!17021v4
Showing with 5 additions and 0 deletions
+5 -0
......@@ -162,6 +162,11 @@
}
}
&[multiple] {
height: auto;
background-image: none;
}
&:disabled {
color: $custom-select-disabled-color;
background-color: $custom-select-disabled-bg;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment