Commit a531b464 authored by Gustavo Straube's avatar Gustavo Straube Committed by Mark Otto
Browse files

Using the expected variable to set the custom select height. (#25169)

parent 814e5b7f
Showing with 1 addition and 1 deletion
+1 -1
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
.custom-select { .custom-select {
display: inline-block; display: inline-block;
width: 100%; width: 100%;
height: $input-height; height: $custom-select-height;
padding: $custom-select-padding-y ($custom-select-padding-x + $custom-select-indicator-padding) $custom-select-padding-y $custom-select-padding-x; padding: $custom-select-padding-y ($custom-select-padding-x + $custom-select-indicator-padding) $custom-select-padding-y $custom-select-padding-x;
line-height: $custom-select-line-height; line-height: $custom-select-line-height;
color: $custom-select-color; color: $custom-select-color;
......
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