From aae1381de55047b183daea8abd001cbde3f7ae12 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Sun, 14 Apr 2019 20:24:36 +0200 Subject: [PATCH] Removed outline from selected elements --- app/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/index.html b/app/index.html index d3f5046..bebe845 100644 --- a/app/index.html +++ b/app/index.html @@ -11,6 +11,10 @@ padding: 0; } + [tabindex] { + outline: none; + } + @keyframes updateDark { 0% {background-color: none;} 25% {background-color: #3f51b5;}