From 205506456f11db9a01a7aca1d07801258e489e06 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 28 Mar 2019 14:43:34 +0100 Subject: [PATCH] disable outline --- src/support/styles/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }