Merge pull request 'Temporarily disable the default tap highlight' (#160) from fix/temporarily-disable-default-tap-highlight into main
Deploy on dev / Deploy on dev (push) Successful in 37s

Reviewed-on: #160
Reviewed-by: Jakob Scheid
This commit was merged in pull request #160.
This commit is contained in:
2026-08-04 12:59:25 +02:00
committed by Gitea
+5
View File
@@ -86,3 +86,8 @@ 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;
}