Temporarily disable the default tap highlight

This is a temporary change until a custom tap highlight effect is implemented.
This commit is contained in:
2026-08-04 12:00:00 +02:00
committed by Gitea
parent 44c457ba20
commit d67c8aa80e
+5
View File
@@ -85,4 +85,9 @@ input {
.button:hover { .button:hover {
background-color: var(--light-hover); background-color: var(--light-hover);
}
/* Temporary until a custom tap highlight is implemented. */
* {
-webkit-tap-highlight-color: transparent;
} }