From b3ca9ca663165ab93090971726df8002c54d1eab Mon Sep 17 00:00:00 2001 From: the-j0k3r <31389848+the-j0k3r@users.noreply.github.com> Date: Sun, 20 May 2018 07:04:58 +0100 Subject: [PATCH] global.css: fix duplicate and typo'ed :focus --- global.css | 1 - 1 file changed, 1 deletion(-) diff --git a/global.css b/global.css index 76e689c5..111ac84c 100644 --- a/global.css +++ b/global.css @@ -177,7 +177,6 @@ select[disabled] > option { display: none !important; } -[data-focused-via-click] :focus, [data-focused-via-click]:focus { outline: none; }