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

This commit is contained in:
Gustavo Straube 2018-01-16 04:07:05 -02:00 committed by Mark Otto
parent 814e5b7f57
commit a531b46453
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@
.custom-select {
display: inline-block;
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;
line-height: $custom-select-line-height;
color: $custom-select-color;