Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -12,6 +12,9 @@ export default createGlobalStyle` | ... | @@ -12,6 +12,9 @@ export default createGlobalStyle` |
12 | a { | 12 | a { |
13 | text-decoration:none; | 13 | text-decoration:none; |
14 | } | 14 | } |
15 | + input:focus { | ||
16 | + outline:none; | ||
17 | + } | ||
15 | #root { | 18 | #root { |
16 | height: 100%; | 19 | height: 100%; |
17 | display:flex; | 20 | display:flex; | ... | ... |
-
Please register or login to post a comment