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:
commit
b792bfcdff
1 changed files with 3 additions and 0 deletions
|
@ -250,6 +250,9 @@ a {
|
|||
&:hover {
|
||||
text-decoration-color: currentColor;
|
||||
}
|
||||
&[target="_blank"] {
|
||||
-webkit-touch-callout: default;
|
||||
}
|
||||
}
|
||||
|
||||
// i {
|
||||
|
|
Loading…
Reference in a new issue