mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query
This commit is contained in:
parent
afedf5b82e
commit
2d708bf86c
8 changed files with 74 additions and 41 deletions
|
|
@ -707,6 +707,14 @@ nsMediaFeatures::features[] = {
|
|||
{ &nsGkAtoms::mac_graphite_theme },
|
||||
GetSystemMetric
|
||||
},
|
||||
{
|
||||
&nsGkAtoms::_moz_mac_lion_theme,
|
||||
nsMediaFeature::eMinMaxNotAllowed,
|
||||
nsMediaFeature::eBoolInteger,
|
||||
nsMediaFeature::eNoRequirements,
|
||||
{ &nsGkAtoms::mac_lion_theme },
|
||||
GetSystemMetric
|
||||
},
|
||||
{
|
||||
&nsGkAtoms::_moz_mac_yosemite_theme,
|
||||
nsMediaFeature::eMinMaxNotAllowed,
|
||||
|
|
@ -730,7 +738,7 @@ nsMediaFeatures::features[] = {
|
|||
nsMediaFeature::eNoRequirements,
|
||||
{ &nsGkAtoms::windows_accent_color_is_dark },
|
||||
GetSystemMetric
|
||||
},
|
||||
},
|
||||
{
|
||||
&nsGkAtoms::_moz_windows_compositor,
|
||||
nsMediaFeature::eMinMaxNotAllowed,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue