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(material-experimental/mdc-select): arrow not rendering in high contrast mode #21606

Merged
merged 1 commit into from
Mar 7, 2021

Commits on Jan 15, 2021

  1. fix(material-experimental/mdc-select): arrow not rendering in high co…

    …ntrast mode
    
    The MDC select uses a CSS triangle for its down arrow which renders as a rectangle in
    high contrast mode. These changes switch it to an SVG arrow.
    
    These changes are identical to angular#14219 which had some trouble landing due to screenshot
    diffs. The MDC select shouldn't have such issues.
    
    Relates to angular#21263.
    crisbeto committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    f6aa10e View commit details
    Browse the repository at this point in the history