From 7ee8aa66dd3ff24486ab4d787c7714cc54911df3 Mon Sep 17 00:00:00 2001 From: Manu MA Date: Fri, 4 Jan 2019 12:07:47 +0100 Subject: [PATCH] fix(ripple-effect): never capture click (#16955) fixes #16939 --- core/src/components/ripple-effect/ripple-effect.scss | 1 + core/src/components/ripple-effect/test/basic/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/components/ripple-effect/ripple-effect.scss b/core/src/components/ripple-effect/ripple-effect.scss index 36bf6a1a7a..8b4587740f 100644 --- a/core/src/components/ripple-effect/ripple-effect.scss +++ b/core/src/components/ripple-effect/ripple-effect.scss @@ -15,6 +15,7 @@ $opacity-duration: $fade-in-duration + $fade-out-duration; position: absolute; contain: strict; + pointer-events: none; } :host(.unbounded) { diff --git a/core/src/components/ripple-effect/test/basic/index.html b/core/src/components/ripple-effect/test/basic/index.html index 95ecc4e87b..e22b4a8abc 100644 --- a/core/src/components/ripple-effect/test/basic/index.html +++ b/core/src/components/ripple-effect/test/basic/index.html @@ -78,7 +78,7 @@ -