From afd9f983a5823d638790aae95a07c34bbb0953c6 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 12 Aug 2022 23:08:44 +0100 Subject: [PATCH] Tweak dropdown toggle styles remove browser outline when it's focused --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index ea364de..a060cf0 100644 --- a/style.css +++ b/style.css @@ -573,6 +573,7 @@ form { .dd-toggle:hover { background-color: black; color: white; + outline: none; } .dd-menu {