]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
use $input-bg for $custom-select-bg (#25564)
authorm5o <m5o@gmx.com>
Sun, 11 Feb 2018 22:24:18 +0000 (23:24 +0100)
committerMark Otto <markd.otto@gmail.com>
Sun, 11 Feb 2018 22:24:18 +0000 (14:24 -0800)
* use $input-bg for $custom-select-bg

scss/_variables.scss

index 6cfe01cdce05455779b8fcc4bc6f9736107bb02a..e7f18acc78b3b7d679ddd9532d1db3912ef608c8 100644 (file)
@@ -485,7 +485,7 @@ $custom-select-indicator-padding:   1rem !default; // Extra padding to account f
 $custom-select-line-height:         $input-btn-line-height !default;
 $custom-select-color:               $input-color !default;
 $custom-select-disabled-color:      $gray-600 !default;
-$custom-select-bg:                  $white !default;
+$custom-select-bg:                  $input-bg !default;
 $custom-select-disabled-bg:         $gray-200 !default;
 $custom-select-bg-size:             8px 10px !default; // In pixels because image dimensions
 $custom-select-indicator-color:     $gray-800 !default;