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 937ced7 commit 71809baCopy full SHA for 71809ba
scss/variables/components/_select.scss
@@ -52,7 +52,6 @@ $c-select-color: $input-color !default;
52
$c-select-disabled-color: $gray-600 !default;
53
$c-select-bg: $input-bg !default;
54
$c-select-disabled-bg: $gray-200 !default;
55
-$c-select-bg: $input-bg !default;
56
$c-select-indicator-color: $gray-800 !default;
57
$c-select-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#{$c-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") !default;
58
$c-select-indicator-bg: $input-bg !default;
0 commit comments