Skip to content

Commit

Permalink
fix(ripple): disable pointer events on ripple (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored Oct 27, 2016
1 parent 065469a commit f91ea21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/core/ripple/_ripple.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $md-ripple-foreground-default-color: rgba(0, 0, 0, 0.0588);
// "relative" so that the ripple divs it creates inside itself are correctly positioned.
[md-ripple] {
overflow: hidden;
pointer-events: none;
}

[md-ripple].md-ripple-unbounded {
Expand Down

0 comments on commit f91ea21

Please sign in to comment.