set -webkit-touch-callout (#9447)

This commit is contained in:
tamaina
2023-01-16 03:38:16 +09:00
committed by GitHub
parent 9f0dfb5517
commit 7e5f3dbf11
2 changed files with 6 additions and 1 deletions

View File

@@ -98,10 +98,15 @@ a {
color: inherit;
tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
&:hover {
text-decoration: underline;
}
&[target="_blank"] {
-webkit-touch-callout: default;
}
}
textarea, input {