mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 07:55:06 +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
@ -63,4 +63,8 @@ body, html, input, button {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user