mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
The tap highlight color can get very distracting
This commit is contained in:
parent
11c5b02832
commit
79d6fd02b8
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ a.mention span {
|
|||
text-decoration-line: none;
|
||||
color: inherit;
|
||||
transition: background-color 0.2s ease-out;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
.status-link:hover {
|
||||
background-color: var(--link-bg-hover-color);
|
||||
|
|
Loading…
Reference in a new issue