mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
stylo: Restrict :-moz-system-metric to chrome and ua sheets. r=xidorn
Bug: 1396066 Reviewed-by: xidorn MozReview-Commit-ID: AyHWP3QgGlA
This commit is contained in:
parent
f2879a568d
commit
8ec805874d
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ macro_rules! apply_non_ts_list {
|
|||
("-moz-window-inactive", MozWindowInactive, mozWindowInactive, _, _),
|
||||
],
|
||||
string: [
|
||||
// FIXME(emilio): Unship this for content docs (bug 1396066).
|
||||
("-moz-system-metric", MozSystemMetric, mozSystemMetric, _, _),
|
||||
("-moz-system-metric", MozSystemMetric, mozSystemMetric, _,
|
||||
PSEUDO_CLASS_ENABLED_IN_UA_SHEETS_AND_CHROME),
|
||||
("lang", Lang, lang, _, _),
|
||||
],
|
||||
keyword: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue