aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm5o <[email protected]>2018-02-11 23:24:18 +0100
committerMark Otto <[email protected]>2018-02-11 14:24:18 -0800
commit37ed1d0829240aa9fccd17b29d3897d4b55ab5ab (patch)
tree6b9285fb032d5f38eaba183b964a1f8307909621
parent49954d5e6c35097511092d3356aef124bc1a2dfd (diff)
downloadbootstrap-37ed1d0829240aa9fccd17b29d3897d4b55ab5ab.tar.xz
bootstrap-37ed1d0829240aa9fccd17b29d3897d4b55ab5ab.zip
use $input-bg for $custom-select-bg (#25564)
* use $input-bg for $custom-select-bg
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 6cfe01cdc..e7f18acc7 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;