From c2345695d808bd0f545c1faff4c3ca37116fe93b Mon Sep 17 00:00:00 2001 From: lucasferreiralimax Date: Mon, 21 Oct 2024 07:53:43 -0300 Subject: [PATCH] remove tap-highligh --- .../src/lib/voicecapture-angular.component.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/voicecapture-angular/src/lib/voicecapture-angular.component.scss b/projects/voicecapture-angular/src/lib/voicecapture-angular.component.scss index 0cdc6d5..bf3d980 100644 --- a/projects/voicecapture-angular/src/lib/voicecapture-angular.component.scss +++ b/projects/voicecapture-angular/src/lib/voicecapture-angular.component.scss @@ -6,6 +6,7 @@ bottom: 0; pointer-events: none; z-index: 999; + -webkit-tap-highlight-color: transparent; } .voicecapture { @@ -25,6 +26,7 @@ user-select: none; z-index: 99; color: var(--voicecapture-color-text); + -webkit-tap-highlight-color: transparent; &.active { opacity: 1; pointer-events: all; @@ -100,6 +102,7 @@ user-select: none; width: var(--mic-volume-size); min-width: var(--mic-volume-size); + -webkit-tap-highlight-color: transparent; &.active { animation: 1s voiceAnimation infinite alternate; opacity: 1; @@ -140,6 +143,7 @@ position: absolute; right: 5px; top: 5px; + -webkit-tap-highlight-color: transparent; } .icon { @@ -177,6 +181,7 @@ text-align: center; transition: 0.3s all; user-select: none; + -webkit-tap-highlight-color: transparent; &:hover, &:focus, &:active {