The tap highlight color can get very distracting

This commit is contained in:
Lim Chee Aun 2022-12-22 19:44:22 +08:00
parent 11c5b02832
commit 79d6fd02b8

View file

@ -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);