Skip to content

Commit

Permalink
fixed HC work
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefe223 committed Nov 21, 2020
1 parent 5f24a7f commit c03fef7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export const OptionStyles = css`
css`
:host {
border-color: transparent;
color: ${SystemColors.ButtonText};
forced-color-adjust: none;
}
Expand Down
4 changes: 0 additions & 4 deletions packages/web-components/src/select/select.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ export const SelectStyles = css`
neutralOutlineRestBehavior,
forcedColorsStylesheetBehavior(
css`
:host {
color: ${SystemColors.ButtonText};
}
:host([disabled]) {
border-color: ${SystemColors.GrayText};
background-color: ${SystemColors.ButtonFace};
Expand Down

0 comments on commit c03fef7

Please sign in to comment.