generated from Seekra/repository-template
Temporarily disable the default tap highlight
This is a temporary change until a custom tap highlight effect is implemented.
This commit is contained in:
@@ -86,3 +86,8 @@ input {
|
||||
.button:hover {
|
||||
background-color: var(--light-hover);
|
||||
}
|
||||
|
||||
/* Temporary until a custom tap highlight is implemented. */
|
||||
* {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user