Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
leagrdv committed Dec 17, 2024
1 parent 251963d commit cdb47f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/src/components/card-control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ fieldset {
&:where(:has(input:checked), .checked) {
--post-card-control-border-color: FieldText;
--post-card-control-bg: SelectedItem;
--post-card-control-color: FieldText;
--post-card-control-color: SelectedItemText;
--post-card-control-input-border-color: FieldText;

input.form-check-input[type] {
Expand Down
4 changes: 4 additions & 0 deletions packages/styles/src/components/segmented-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ $post-segmented-button-max-count: 8;
tokens.get('button-segmented-selected-border');
border-radius: inherit;
transition: transform 0.4s cubic-bezier(0.25, 1.4, 0.5, 0.9);

@include utilities.high-contrast-mode() {
background-color: SelectedItem;
}
}
}

Expand Down

0 comments on commit cdb47f7

Please sign in to comment.