Skip to content

Commit

Permalink
fix: linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
schaertim committed Dec 19, 2024
1 parent 344a041 commit 7a11688
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/styles/src/components/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ $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 {
background-color: currentColor;

Expand Down
2 changes: 1 addition & 1 deletion packages/styles/src/components/header/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@use 'mixins' as *;

post-header {
ul[slot="meta-navigation"] {
ul[slot='meta-navigation'] {
gap: var(--post-core-dimension-4);

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

~ label {
color: SelectedItemText !important;
}
}

&::after {
background-color: tokens.get('radio-button-enabled-fg');

Expand Down

0 comments on commit 7a11688

Please sign in to comment.