From 9bf6b83a29977e33b14d107b2a08e1caaca7c534 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 5 Dec 2021 06:19:34 +0100 Subject: [PATCH] userChrome/urlbar: update page-action-buttons id (MR 19) Fix hiding the bookmark icon inside the urlbar, while the urlbar is focused (to gain more editing space) in newer FF versions. --- src/userChrome/urlbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userChrome/urlbar.css b/src/userChrome/urlbar.css index d526eba..2707847 100644 --- a/src/userChrome/urlbar.css +++ b/src/userChrome/urlbar.css @@ -40,7 +40,7 @@ #urlbar[focused] #tracking-protection-icon-container, /* #urlbar-input */ #urlbar[focused] #reader-mode-button, - #urlbar[focused] #pageActionButton { + #urlbar[focused] #page-action-buttons { display: none; }