mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Merge pull request #52 from sammce/master
Fix out of place outline when elements are clicked on mobile devices
This commit is contained in:
commit
6201e13999
1 changed files with 4 additions and 0 deletions
|
@ -64,3 +64,7 @@ body, html, input, button {
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
Loading…
Reference in a new issue