fx153: Hide the Help button label on macOS

-moz-mac-help-button draws the question mark itself, and the Help label is
now painted over it at the bottom of the settings panes. Firefox hides the
label the same way for the Page Info help button (bug 2009625).
This commit is contained in:
Dan Stillman 2026-07-28 18:02:37 -04:00
parent 8110ab4eea
commit 7793b469c9

View file

@ -2,4 +2,9 @@
appearance: auto;
-moz-default-appearance: -moz-mac-help-button;
min-width: 0;
// The question mark comes from the native appearance, so a visible label would overlap it
.button-text {
visibility: hidden;
}
}