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(multiple): ripples not showing up in some cases #29672

Merged
merged 1 commit into from
Sep 3, 2024

Commits on Aug 30, 2024

  1. fix(multiple): ripples not showing up in some cases

    Fixes the following issues that prevented the ripples from showing up:
    * We weren't passing an injector into the `RippleRenderer` created by the `RippleLoader` which meant that it was never injecting the structural styles.
    * The checkbox and tabs ripple selectors weren't specific enough which meant that they would be overridden in some cases. We were handling this in other components, but for some reason these two were skipped.
    
    Fixes angular#29670.
    crisbeto committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    827ae4b View commit details
    Browse the repository at this point in the history