Skip to content

Commit

Permalink
remove tap-highligh
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Oct 21, 2024
1 parent 7654751 commit c234569
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
bottom: 0;
pointer-events: none;
z-index: 999;
-webkit-tap-highlight-color: transparent;
}

.voicecapture {
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -140,6 +143,7 @@
position: absolute;
right: 5px;
top: 5px;
-webkit-tap-highlight-color: transparent;
}

.icon {
Expand Down Expand Up @@ -177,6 +181,7 @@
text-align: center;
transition: 0.3s all;
user-select: none;
-webkit-tap-highlight-color: transparent;
&:hover,
&:focus,
&:active {
Expand Down

0 comments on commit c234569

Please sign in to comment.