mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
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:
parent
9b555ef2e9
commit
9bf6b83a29
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue