From 3269089d1cc68606312ff145f7e1f11f65b626f4 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 18 Nov 2021 20:39:03 +0100 Subject: [PATCH] userChrome/urlbar: hide identity icon label (MR 19) --- src/userChrome/urlbar.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/userChrome/urlbar.css b/src/userChrome/urlbar.css index 45cce03..ec143ae 100644 --- a/src/userChrome/urlbar.css +++ b/src/userChrome/urlbar.css @@ -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; + } }