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.
This commit is contained in:
Oliver Smith 2021-12-05 06:22:42 +01:00
parent 9bf6b83a29
commit fa17075a6d
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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 */