Skip to content

Commit e7d1bd6

Browse files
committed
Merge branch 'ios-fix-tap-highlight-color'
2 parents daa9676 + b686157 commit e7d1bd6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

frontends/web/src/style/base.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ a {
6464
cursor: pointer;
6565
}
6666

67+
a,
68+
button,
69+
[role="button"],
70+
[tabindex],
71+
input,
72+
select,
73+
textarea {
74+
-webkit-tap-highlight-color: transparent;
75+
}
76+
6777
img,
6878
button {
6979
user-select: none;

0 commit comments

Comments
 (0)