Skip to content

Commit 020644e

Browse files
committed
fix: disable tap highlights on iOS
1 parent 30a099f commit 020644e

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue3-varlet-mobile",
33
"type": "module",
44
"version": "2.0.0",
5-
"packageManager": "[email protected].3",
5+
"packageManager": "[email protected].4",
66
"description": "Vue + Vite H5 Starter Template",
77
"license": "MIT",
88
"scripts": {

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/styles/app.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
html {
88
background-color: var(--color-body);
99
color-scheme: light;
10+
-webkit-tap-highlight-color: transparent;
1011
}
1112

1213
html.dark {

0 commit comments

Comments
 (0)