Skip to content

Commit

Permalink
Fix radio control in Windows High Contrast mode. (#23706)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Jul 7, 2020
1 parent 99d55eb commit 791be97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/base-styles/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@
margin: 8px 0 0 8px;
background-color: $white;

// This border serves as a background color in Windows High Contrast mode.
border: 3px solid $white;

@include break-medium() {
width: 6px;
height: 6px;
Expand Down

0 comments on commit 791be97

Please sign in to comment.