Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/lib/checkbox/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -425,4 +425,5 @@ md-checkbox {
bottom: -$md-checkbox-ripple-size;
border-radius: 50%;
z-index: 1;
pointer-events: none;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this on md-radio-ripple as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do, added another commit to include this

}
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;
}