Skip to content

Commit

Permalink
fix(Select): specify disabled option text color (#8914)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
emyarod and kodiakhq[bot] authored Jun 21, 2021
1 parent 15d5fc8 commit b26bb0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/components/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@
.#{$prefix}--select-option {
// For the options to show in IE11
color: $text-primary;

&:disabled {
color: $text-disabled;
}
}

.#{$prefix}--select--inline {
Expand Down

0 comments on commit b26bb0a

Please sign in to comment.