This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-102.2.0esr-12.0-3 in repository tor-browser.
commit accd3b2dd88103fbe01442c558f877e2c47fe150 Author: Henry Wilkes henry@torproject.org AuthorDate: Tue Sep 6 17:10:56 2022 +0100
fixup! Bug 10760: Integrate TorButton to TorBrowser core
Remove the subviewbutton-iconic class from #appMenuNewCircuit to remove indent for non-existent icon. --- browser/base/content/appmenu-viewcache.inc.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/base/content/appmenu-viewcache.inc.xhtml b/browser/base/content/appmenu-viewcache.inc.xhtml index fbc9b2f216bd5..82c319d310ebb 100644 --- a/browser/base/content/appmenu-viewcache.inc.xhtml +++ b/browser/base/content/appmenu-viewcache.inc.xhtml @@ -183,7 +183,7 @@ class="subviewbutton" key="new-identity-key"/> <toolbarbutton id="appMenuNewCircuit" - class="subviewbutton subviewbutton-iconic" + class="subviewbutton" key="torbutton-new-circuit-key" label="&torbutton.context_menu.new_circuit_sentence_case;" oncommand="torbutton_new_circuit();"/>