mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-11 19:49:10 +01:00
Fix out of place outline when elements are clicked on mobile devices
This commit is contained in:
parent
9cf4e77194
commit
2f152ad22e
@ -64,3 +64,7 @@ body, html, input, button {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user