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(checkbox): outline not visible when checked in high contrast mode #18048

Merged
merged 1 commit into from
Jan 27, 2020

Commits on Dec 26, 2019

  1. fix(checkbox): outline not visible when checked in high contrast mode

    Fixes checked checkboxes blending in with the background in high contrast mode. This is something that used to work, but might've regressed after we made `cdk-high-contrast` to generate a class selector which has a different specificity.
    
    Also moves the checkbox high contrast styles into the main component styles so they don't have to be repeated for each theme.
    crisbeto committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    74e6a4b View commit details
    Browse the repository at this point in the history