mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-04 20:09:49 +00:00
Fix out of place outline when elements are clicked on mobile devices
This commit is contained in:
parent
9cf4e77194
commit
2f152ad22e
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue