From 4e8053d15d8d06ed152844a1517a3f2313e37651 Mon Sep 17 00:00:00 2001 From: vdegenne Date: Wed, 22 Nov 2023 09:56:38 +0100 Subject: [PATCH] fix(fab): make tap highlight transparent --- fab/internal/_shared.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/fab/internal/_shared.scss b/fab/internal/_shared.scss index 5dec29ec0..dd4542052 100644 --- a/fab/internal/_shared.scss +++ b/fab/internal/_shared.scss @@ -26,6 +26,7 @@ $_md-sys-motion: tokens.md-sys-motion-values(); ); display: inline-flex; + -webkit-tap-highlight-color: transparent; } :host([size='medium'][touch-target='wrapper']) {