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.
This commit is contained in:
Oliver Smith 2021-12-05 06:19:34 +01:00
parent 9b555ef2e9
commit 9bf6b83a29
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

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