From 7ffb60258a1bf3c6513975ff70e1fefaaf0d5f72 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Tue, 19 May 2020 07:16:18 +0200 Subject: [PATCH] Properly remove nav button focus outline --- resources/style/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/style/index.css b/resources/style/index.css index 41349b3..eb5e1d1 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -89,7 +89,7 @@ body { } #navigation button:focus { - outline-color: transparent; + outline: none; background: #fff3 !important; }