zotero/scss/mac/_helpButton.scss
Dan Stillman 7793b469c9 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).
2026-08-03 11:48:41 -04:00

10 lines
233 B
SCSS

.help-button {
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;
}
}