mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 02:35:39 +03:00
Try prevent touch callout when long-press
This commit is contained in:
parent
031bdc0a88
commit
c28bae7708
1 changed files with 6 additions and 0 deletions
|
@ -717,6 +717,12 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
animation: appear 0.2s ease-out;
|
animation: appear 0.2s ease-out;
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
}
|
}
|
||||||
|
@media (pointer: coarse) {
|
||||||
|
.status-focus {
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
:is(.status-link, .status-focus):is(:focus, .is-active) {
|
:is(.status-link, .status-focus):is(:focus, .is-active) {
|
||||||
background-color: var(--link-bg-hover-color);
|
background-color: var(--link-bg-hover-color);
|
||||||
outline-offset: -2px;
|
outline-offset: -2px;
|
||||||
|
|
Loading…
Reference in a new issue