Skip to content

Commit

Permalink
use $input-bg for $custom-select-bg (#25564)
Browse files Browse the repository at this point in the history
* use $input-bg for $custom-select-bg
  • Loading branch information
m5o authored and mdo committed Feb 11, 2018
1 parent 49954d5 commit 37ed1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 37ed1d0

Please sign in to comment.