Skip to content

Commit

Permalink
fix(ripple): allow pointer events on ripple; disable on checkbox ripp…
Browse files Browse the repository at this point in the history
…le (#1684)
  • Loading branch information
andrewseguin authored and jelbourn committed Nov 3, 2016
1 parent 7fcf511 commit 7336b90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/checkbox/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -426,4 +426,5 @@ md-checkbox {
bottom: -$md-checkbox-ripple-size;
border-radius: 50%;
z-index: 1;
pointer-events: none;
}
1 change: 0 additions & 1 deletion src/lib/core/ripple/_ripple.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ $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
1 change: 1 addition & 0 deletions src/lib/radio/radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ md-radio-button {
bottom: -$md-radio-ripple-size;
border-radius: 50%;
z-index: 1;
pointer-events: none;
}

0 comments on commit 7336b90

Please sign in to comment.