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:
parent
9bf6b83a29
commit
fa17075a6d
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Focused urlbar: hide all icons around it, so we have more space to edit the URL */
|
/* 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] #identity-box,
|
||||||
#urlbar[focused] #tracking-protection-icon-container,
|
#urlbar[focused] #tracking-protection-icon-container,
|
||||||
/* #urlbar-input */
|
/* #urlbar-input */
|
||||||
|
|
Loading…
Reference in a new issue