userChrome/urlbar: hide identity icon label (MR 19)
This commit is contained in:
parent
e2688f0e55
commit
3269089d1c
1 changed files with 7 additions and 0 deletions
|
@ -43,4 +43,11 @@
|
|||
#urlbar[focused] #pageActionButton {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Label of "identity icons", e.g. firefox specific pages look weird
|
||||
* when ellipsed, e.g. "F..x" instead of "Firefox". So just hide this
|
||||
* label. The icon itself is still visible. */
|
||||
#identity-icon-label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue