From 37ed1d0829240aa9fccd17b29d3897d4b55ab5ab Mon Sep 17 00:00:00 2001 From: m5o Date: Sun, 11 Feb 2018 23:24:18 +0100 Subject: [PATCH] use $input-bg for $custom-select-bg (#25564) * use $input-bg for $custom-select-bg --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;