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:
parent
6e1eec3025
commit
333e075d7b
|
@ -42,6 +42,9 @@ select {
|
|||
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
|
||||
/* Disable Chrome's touch tap highlight */
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue