diff --git a/src/styles/common.css b/src/styles/common.css index 6625fbd..8083675 100644 --- a/src/styles/common.css +++ b/src/styles/common.css @@ -85,4 +85,9 @@ input { .button:hover { background-color: var(--light-hover); +} + +/* Temporary until a custom tap highlight is implemented. */ +* { + -webkit-tap-highlight-color: transparent; } \ No newline at end of file