style: Remove the @-moz-document url-prefix() hack preference, enable it everywhere.

It doesn't seem like realistically we're going to be able to get rid of
this any time soon.

Differential Revision: https://phabricator.services.mozilla.com/D76809
This commit is contained in:
Emilio Cobos Álvarez 2020-05-26 09:39:33 +00:00
parent ab79cc0e39
commit 3f25ac6b51

View file

@ -264,10 +264,6 @@ impl DocumentCondition {
return true;
}
if !pref!("layout.css.moz-document.url-prefix-hack.enabled") {
return false;
}
// Allow a single url-prefix() for compatibility.
//
// See bug 1446470 and dependencies.