disable outline

pull/460/head
slowbackspace 5 years ago
parent e4dcc42026
commit 205506456f

@ -23,10 +23,11 @@ const baseStyles = createGlobalStyle`
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
outline: none;
} }
*::selection, *::-moz-selection, *:focus, *:active, *:active:focus, { *::selection, *::-moz-selection, *:focus, *:active, *:active:focus, {
outline: 0 !important; outline: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }

Loading…
Cancel
Save