Merge branch 'develop' into 'develop'

Client: set -webkit-touch-callout

Co-authored-by: FLY_MC <me@flymc.cc>

Closes #10917

See merge request firefish/firefish!11270
This commit is contained in:
naskya 2024-08-13 04:28:10 +00:00
commit b792bfcdff

View file

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