style: Remove -moz-mac-fullscreen-button value.

Depends on D105379

Differential Revision: https://phabricator.services.mozilla.com/D105380
This commit is contained in:
Markus Stange 2021-02-17 01:40:04 +00:00 committed by Emilio Cobos Álvarez
parent 490db1e2bd
commit e6aaafdda5

View file

@ -1788,9 +1788,6 @@ pub enum Appearance {
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozWinExcludeGlass,
/// Titlebar elements on the Mac.
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozMacFullscreenButton,
/// Mac help button.
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
MozMacHelpButton,