From 0e2b52fcaabc4113800219cc0311e376bc95e32e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 21 Jan 2023 08:53:29 +0200 Subject: [PATCH] Selected tab as urlbar: Remove outline from urlbar --- chrome/selected_tab_as_urlbar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/selected_tab_as_urlbar.css b/chrome/selected_tab_as_urlbar.css index c2249f1..2517dd4 100644 --- a/chrome/selected_tab_as_urlbar.css +++ b/chrome/selected_tab_as_urlbar.css @@ -21,6 +21,7 @@ See the above repository for updates as well as full license text. */ background: transparent !important; border: none !important; box-shadow: none !important; + outline: none !important; } .urlbarView{ background: var(--toolbar-field-focus-background-color);