0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

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

View File

@ -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;