From: m5o Date: Sun, 11 Feb 2018 22:24:18 +0000 (+0100) Subject: use $input-bg for $custom-select-bg (#25564) X-Git-Tag: v4.1.0~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37ed1d0829240aa9fccd17b29d3897d4b55ab5ab;p=thirdparty%2Fbootstrap.git use $input-bg for $custom-select-bg (#25564) * use $input-bg for $custom-select-bg --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 6cfe01cdce..e7f18acc78 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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;