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/chips): set correct cursor on interactive chips #26171

Merged
merged 1 commit into from Dec 5, 2022

Commits on Dec 3, 2022

  1. fix(material/chips): set correct cursor on interactive chips

    We were always setting the `mdc-evolution-chip__action--presentational` class on the primary chip action to avoid some very specific `:hover` styles from MDC, but the side effect was the correct cursor wasn't being applied to the action anymore.
    
    With the new token-based API we don't generate the `:hover` styles at all so we can re-add the class and fix the cursor.
    
    Fixes angular#26050.
    crisbeto committed Dec 3, 2022
    Copy the full SHA
    7e3b87e View commit details
    Browse the repository at this point in the history