diff --git a/src/support/styles/index.js b/src/support/styles/index.js index c35166bf..c71aad8d 100644 --- a/src/support/styles/index.js +++ b/src/support/styles/index.js @@ -23,10 +23,11 @@ const baseStyles = createGlobalStyle` * { margin: 0; padding: 0; + outline: none; } *::selection, *::-moz-selection, *:focus, *:active, *:active:focus, { - outline: 0 !important; + outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }