set -webkit-touch-callout

This commit is contained in:
FLY_MC 2024-08-12 22:56:18 +08:00
parent 42e6b890a3
commit 6302da227b

View file

@ -250,6 +250,9 @@ a {
&:hover {
text-decoration-color: currentColor;
}
&[target="_blank"] {
-webkit-touch-callout: default;
}
}
// i {