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:
Emilio Cobos Álvarez 2017-10-02 18:58:41 +02:00
parent f2879a568d
commit 8ec805874d
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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: [