set -webkit-touch-callout
This commit is contained in:
parent
42e6b890a3
commit
6302da227b
1 changed files with 3 additions and 0 deletions
|
@ -250,6 +250,9 @@ a {
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration-color: currentColor;
|
text-decoration-color: currentColor;
|
||||||
}
|
}
|
||||||
|
&[target="_blank"] {
|
||||||
|
-webkit-touch-callout: default;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// i {
|
// i {
|
||||||
|
|
Loading…
Reference in a new issue