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(list, option): ripples disable mouse events on user content #4503

Merged
merged 1 commit into from
May 12, 2017

Commits on May 12, 2017

  1. fix(list, option): ripples disable mouse events on user content

    Currently when a user places an element, that changes its color on hover, inside of a `md-option` or `md-list-item` the hover effect will never occur.
    
    This is because the ripples are overlying the user content and all pointer events are blocked accidentally.
    
    Fixes angular#4480
    devversion committed May 12, 2017
    Configuration menu
    Copy the full SHA
    359cfd1 View commit details
    Browse the repository at this point in the history