set -webkit-touch-callout (#9447)
This commit is contained in:
parent
9f0dfb5517
commit
7e5f3dbf11
2 changed files with 6 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue