]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Using the expected variable to set the custom select height. (#25169)
authorGustavo Straube <gustavo@creativeduo.com.br>
Tue, 16 Jan 2018 06:07:05 +0000 (04:07 -0200)
committerMark Otto <markd.otto@gmail.com>
Tue, 16 Jan 2018 06:07:05 +0000 (22:07 -0800)
scss/_custom-forms.scss

index dd844c07f4ba63fca4445c00d087d77fd5dfda9a..2d83f7ea688a90afadb6e6ad6689946000ae511c 100644 (file)
 .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;