Bug 1428960 - Use universal selector for -moz-dropdown-list r=heycam

-moz-dropdown-list is only allowed to use universal selector, so change
it back to universal selector.

MozReview-Commit-ID: 5E9Z98xIadh

--HG--
extra : rebase_source : fa6406cbe1b6bab582a1ee8dd2c7e89a4c66591e
This commit is contained in:
KuoE0 2018-01-09 11:48:29 +08:00
parent bafb51a99f
commit 4c91f63774

View File

@ -423,7 +423,7 @@ optgroup:before {
}
@supports -moz-bool-pref("dom.select_popup_in_content.enabled") {
select::-moz-dropdown-list {
*|*::-moz-dropdown-list {
-moz-top-layer: top !important;
position: absolute !important;
}