Skip to content

Commit

Permalink
fix(select): update light disabled state (carbon-design-system#7468)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea N. Cardona <andreancardona@gmail.com>
  • Loading branch information
tw15egan and andreancardona committed Jan 13, 2021
1 parent 985d66b commit 79be987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
&:disabled,
&:hover:disabled {
color: $disabled-02;
background-color: $disabled-01;
background-color: $field-02;
cursor: not-allowed;
}
}
Expand Down

0 comments on commit 79be987

Please sign in to comment.