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

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

parent 61cc1d8c
Showing with 5 additions and 0 deletions
+5 -0
...@@ -162,6 +162,11 @@ ...@@ -162,6 +162,11 @@
} }
} }
&[multiple] {
height: auto;
background-image: none;
}
&:disabled { &:disabled {
color: $custom-select-disabled-color; color: $custom-select-disabled-color;
background-color: $custom-select-disabled-bg; 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