Get rid of Chrome's blue touch tap highlight

When tapping our buttons using a touch screen in Chrome, we get an ugly
blue overlay. Let's remove this since we have our own :active styles.
This commit is contained in:
Samuel Mannehed 2022-12-13 15:38:25 +01:00
parent 6e1eec3025
commit 333e075d7b
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ select {
padding-left: 20px; padding-left: 20px;
padding-right: 20px; padding-right: 20px;
/* Disable Chrome's touch tap highlight */
-webkit-tap-highlight-color: transparent;
} }
/* /*