commit 0774b4e6afa69c1e22f801459c3fe038bdad5921
parent f1d86b765c022738805c55ec3e747913f3cf3bbd
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date: Sun, 11 Jan 2026 22:34:36 +0000
Bug 2009625 - Don't paint help button text on macOS. r=sam
Untested because not on my macOS machine but should match the previous
behavior.
Differential Revision: https://phabricator.services.mozilla.com/D278599
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/browser/themes/shared/pageInfo.css b/browser/themes/shared/pageInfo.css
@@ -169,6 +169,10 @@ html|input:disabled {
.help-button {
appearance: auto;
-moz-default-appearance: -moz-mac-help-button;
+
+ .button-text {
+ visibility: hidden;
+ }
}
}