fix(ripple-effect): never capture click (#16955)

fixes #16939
This commit is contained in:
Manu MA
2019-01-04 12:07:47 +01:00
committed by GitHub
parent d22e57db72
commit 7ee8aa66dd
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ $opacity-duration: $fade-in-duration + $fade-out-duration;
position: absolute;
contain: strict;
pointer-events: none;
}
:host(.unbounded) {

View File

@@ -78,7 +78,7 @@
<ion-ripple-effect></ion-ripple-effect>
</a>
<button class="my-block">
<button class="my-block ion-activatable">
This is just a button + effect on top
<ion-button onclick="buttonClicked()">Nested button</ion-button>
<ion-ripple-effect></ion-ripple-effect>