Skip to content

Commit

Permalink
fix(forms): drop disabled select color
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Feb 26, 2021
1 parent 2ff50c5 commit d2db10c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ select {

// Undo the opacity change from Chrome
&:disabled {
color: $input-color;
opacity: 1;
}
}
Expand Down
1 change: 0 additions & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,6 @@ $form-select-indicator-padding: $form-select-padding-x * 3 !default; // Extr
$form-select-font-weight: $input-font-weight !default;
$form-select-line-height: $input-line-height !default;
$form-select-color: $input-color !default;
$form-select-disabled-color: $gray-600 !default;
$form-select-bg: $input-bg !default;
$form-select-disabled-bg: $gray-200 !default;
$form-select-disabled-border-color: $input-disabled-border-color !default;
Expand Down
1 change: 0 additions & 1 deletion scss/forms/_form-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
}

&:disabled {
color: $form-select-disabled-color;
background-color: $form-select-disabled-bg;
border-color: $form-select-disabled-border-color;
}
Expand Down

0 comments on commit d2db10c

Please sign in to comment.