mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
-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).
10 lines
233 B
SCSS
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;
|
|
}
|
|
}
|