Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(list): no selected indication in high contrast mode while in single selection #18585

Merged
merged 1 commit into from Mar 21, 2020

Commits on Feb 22, 2020

  1. fix(list): no selected indication in high contrast mode while in sing…

    …le selection
    
    When a selection list is in single selection mode, it indicates which item is selected by changing its background color which is invisible in high contrast mode. These changes work around the issue by rendering out a circle next to the selected item. I went with the circle since it looks like a radio button which is what the list behaves as.
    crisbeto committed Feb 22, 2020
    Copy the full SHA
    a0cfa28 View commit details
    Browse the repository at this point in the history