We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49954d5 commit 37ed1d0Copy full SHA for 37ed1d0
1 file changed
scss/_variables.scss
@@ -485,7 +485,7 @@ $custom-select-indicator-padding: 1rem !default; // Extra padding to account f
485
$custom-select-line-height: $input-btn-line-height !default;
486
$custom-select-color: $input-color !default;
487
$custom-select-disabled-color: $gray-600 !default;
488
-$custom-select-bg: $white !default;
+$custom-select-bg: $input-bg !default;
489
$custom-select-disabled-bg: $gray-200 !default;
490
$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions
491
$custom-select-indicator-color: $gray-800 !default;
0 commit comments