Skip to content

Commit 589f814

Browse files
authored
Remove tap highlight on ios (#2756)
1 parent 2f9be53 commit 589f814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/card-interactive/_card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
width: var(--card-width, auto);
4141
height: var(--card-height, auto);
4242
user-select: none;
43+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
4344

4445
&__border {
4546
display: block;
@@ -57,7 +58,6 @@
5758
}
5859

5960
&__background {
60-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
6161
position: absolute;
6262
inset: var(--card-border-width);
6363
border-radius: calc(var(--card-border-radius) - var(--card-border-width));

0 commit comments

Comments
 (0)