From e6aaafdda596290d809d34ea6b30dfca3bb146e2 Mon Sep 17 00:00:00 2001 From: Markus Stange Date: Wed, 17 Feb 2021 01:40:04 +0000 Subject: [PATCH] style: Remove -moz-mac-fullscreen-button value. Depends on D105379 Differential Revision: https://phabricator.services.mozilla.com/D105380 --- components/style/values/specified/box.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index 2c56a32be54..b3a49d17bb0 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -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,