Skip to content

Commit

Permalink
fix(styles): reverted usage of selectedItemText due to not being supp…
Browse files Browse the repository at this point in the history
…orted by firefox
  • Loading branch information
schaertim committed Dec 19, 2024
1 parent 6f99b98 commit e093280
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions packages/styles/src/components/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ $checkbox-icon-indeterminate: url("data:image/svg+xml,<svg width='16' height='16
&:indeterminate {
@include utility-mx.high-contrast-mode() {
background-color: SelectedItem;

~ label {
color: SelectedItemText;
}
}

&::after {
Expand Down
4 changes: 0 additions & 4 deletions packages/styles/src/components/radio-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ tokens.$default-map: components.$post-radio-button;
&:checked {
@include utility-mx.high-contrast-mode() {
background-color: SelectedItem;

~ label {
color: SelectedItemText !important;
}
}

&::after {
Expand Down

0 comments on commit e093280

Please sign in to comment.