generated from Seekra/repository-template
Merge pull request 'Temporarily disable the default tap highlight' (#160) from fix/temporarily-disable-default-tap-highlight into main
Deploy on dev / Deploy on dev (push) Successful in 37s
Deploy on dev / Deploy on dev (push) Successful in 37s
Reviewed-on: #160 Reviewed-by: Jakob Scheid
This commit was merged in pull request #160.
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