mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
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:
parent
8110ab4eea
commit
7793b469c9
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue