Skip to content

Commit

Permalink
[core] fix(HtmlSelect): text color for disabled options in dark mode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
spencersutton committed Feb 19, 2020
1 parent 845b498 commit 3aa5647
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/components/html-select/_html-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ Styleguide select
color: $pt-dark-text-color;
}

option:disabled {
color: $pt-dark-text-color-disabled;
}

&::after {
color: $pt-dark-icon-color;
}
Expand Down

1 comment on commit 3aa5647

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[core] fix(HtmlSelect): text color for disabled options in dark mode (#3968)

Previews: documentation | landing | table

Please sign in to comment.