Skip to content

Commit

Permalink
fix(web-components): loading checked in highcontrast displays high co…
Browse files Browse the repository at this point in the history
…ntrast colour

loading checked in high contrast displays corrected high contrast colours instead of black for both checked and unchecked
prettier fix in css
  • Loading branch information
srt544 committed Feb 3, 2025
1 parent 5335c45 commit ec69743
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,10 @@
:host(.ic-toggle-button-checked.ic-toggle-button-disabled) ::part(button) {
background-color: GrayText;
}

:host(.ic-toggle-button-checked.ic-toggle-button-loading) ::part(button),
:host(.ic-toggle-button-checked.ic-toggle-button-loading)
::part(button):hover {
--loading-button-background: Highlight;
}
}

0 comments on commit ec69743

Please sign in to comment.