From fa17075a6de21960e1ce14130cfa187e8bd94ed9 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 5 Dec 2021 06:22:42 +0100 Subject: [PATCH] userChrome/urlbar: hide robot icon on focus (MR 19) This one is for being connected with the debugger. It's hard to edit the CSS to make the urlbar look good with the debugger, if being connected with it gives it another apperance. I'm currently fixing up the padding to the left where the icon is, so disable it. --- src/userChrome/urlbar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/userChrome/urlbar.css b/src/userChrome/urlbar.css index 2707847..2047573 100644 --- a/src/userChrome/urlbar.css +++ b/src/userChrome/urlbar.css @@ -36,6 +36,7 @@ } /* Focused urlbar: hide all icons around it, so we have more space to edit the URL */ + #urlbar[focused] #remote-control-box, #urlbar[focused] #identity-box, #urlbar[focused] #tracking-protection-icon-container, /* #urlbar-input */