Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Remove Edit book mark button from URL bar FF102.0.1esr

  • 2 ответа
  • 0 имеют эту проблему
  • 1 просмотр
  • Последний ответ от citizen1138x

more options

I'm testing FF102 for rollout in September and working through various issues. The latest one I've come across is the edit bookmark "button" on the right of the URL bar. It's a blank space on the URL bar, and when hovered over is a highlighted blank space. After clicking it twice it displays the Edit book mark menu.

How can I remove it completely? I've look at about:config and nothing stands out as obvious to me controlling this and I can't find a setting for it.

The image below shows the highlighted blank icon space.

This code in userChrome.css worked in FF91 but only hides the icon in FF102.

#star-button { display:none !important; }


Thanks

I'm testing FF102 for rollout in September and working through various issues. The latest one I've come across is the edit bookmark "button" on the right of the URL bar. It's a blank space on the URL bar, and when hovered over is a highlighted blank space. After clicking it twice it displays the Edit book mark menu. How can I remove it completely? I've look at about:config and nothing stands out as obvious to me controlling this and I can't find a setting for it. The image below shows the highlighted blank icon space. This code in userChrome.css worked in FF91 but only hides the icon in FF102. #star-button { display:none !important; } Thanks
Приложенные скриншоты

Изменено citizen1138x

Выбранное решение

Instead of #star-button use #star-button-box.

Прочитайте этот ответ в контексте 👍 1

Все ответы (2)

more options

Выбранное решение

Instead of #star-button use #star-button-box.

more options

I know this is CSS, and it's been suggested I use reddit/r/firefoxcss for solutions, but so far I have gotten much better answers here. Again, thank you. This solved my problem.