Temporarily disable the default tap highlight #160

Merged
jakob.scheid merged 1 commits from fix/temporarily-disable-default-tap-highlight into main 2026-08-04 12:59:25 +02:00
Showing only changes of commit d67c8aa80e - Show all commits
+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;
} }