From 873d748e7a84dcb8e6c69838259cbfeca42d913f Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 23 Nov 2020 20:39:39 +0530 Subject: stop chrome/firefox from outlining stuff --- src/Main.elm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Main.elm b/src/Main.elm index 2b1cc67..db4c2f4 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -229,6 +229,7 @@ view model = , div [] [ viewStats model ] -- , global [ selector "li:not(:last-child)::after" [ Css.property "content" "' ยท '" ] ] + , global [ selector "*,*:focus,*:hover" [ Css.property "outline" "none" ] ] , global [ everything [ Css.fontFamily Css.monospace, Css.fontSize (Css.px 18) ] ] -- , global [ body [ Css.backgroundColor (Css.hex "#000"), Css.color (Css.hex "#fff") ] ] -- cgit v1.2.3