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/core): hide ripples inside drag&drop elements #29184

Merged
merged 1 commit into from
Jun 4, 2024

Commits on Jun 4, 2024

  1. fix(material/core): hide ripples inside drag&drop elements

    When we create previews and placeholders for the drag&drop module, we clone the DOM node in its current state. This means that if there are ripples, they'll be in the clone as well.
    
    These changes add a default styles to hide the ripple in such cases since it'll never disappear.
    
    Fixes angular#29159.
    crisbeto committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    fb61b72 View commit details
    Browse the repository at this point in the history