Skip to content

Commit

Permalink
fix(RadioBUtton): fix HCM styles (#12098)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] committed Sep 22, 2022
1 parent 19f74da commit 5b583d9
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -110,7 +110,9 @@ $radio-border-width: 1px !default;
transform: scale(0.5);

// Allow the selected button to be seen in Windows HCM for IE/Edge
@include high-contrast-mode('icon-fill');
@include high-contrast-mode('icon-fill') {
background-color: ButtonText;
}
}
}

Expand Down

0 comments on commit 5b583d9

Please sign in to comment.