mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Remove unused -moz-default-appearance values -moz-mac-vibrancy-light/dark, and the system colors of the same name
Starting with macOS 10.14, the generic light/dark vibrancy is deprecated, and semantic vibrancy names are preferred. If we ever need more vibrancy, we can add new values with semantic names. Depends on D107910 Differential Revision: https://phabricator.services.mozilla.com/D108152
This commit is contained in:
parent
261dcf1f6d
commit
cbf2a91ec8
2 changed files with 0 additions and 6 deletions
|
@ -1838,10 +1838,6 @@ pub enum Appearance {
|
|||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
MozMacSourceListSelection,
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
MozMacVibrancyDark,
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
MozMacVibrancyLight,
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
MozMacVibrantTitlebarDark,
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
MozMacVibrantTitlebarLight,
|
||||
|
|
|
@ -329,8 +329,6 @@ pub enum SystemColor {
|
|||
|
||||
/// Font smoothing background colors needed by the Mac OS X theme, based on
|
||||
/// -moz-appearance names.
|
||||
MozMacVibrancyLight,
|
||||
MozMacVibrancyDark,
|
||||
MozMacVibrantTitlebarLight,
|
||||
MozMacVibrantTitlebarDark,
|
||||
MozMacMenupopup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue