diff --git a/scss/mac/_helpButton.scss b/scss/mac/_helpButton.scss index 8d9d0aba23..24104d5ff4 100644 --- a/scss/mac/_helpButton.scss +++ b/scss/mac/_helpButton.scss @@ -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; + } }