userChrome/urlbar: hide identity icon label (MR 19)

This commit is contained in:
Oliver Smith 2021-11-18 20:39:03 +01:00
parent e2688f0e55
commit 3269089d1c
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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;
}
}