|
|
@@ -191,7 +191,7 @@ this.RulesMatcher = this.RulesMatcher || (() => {
|
|
|
if (!styleValue) {
|
|
|
ruleInfo.style.set(styleName, elementStyleInfo.styleValue);
|
|
|
}
|
|
|
- } else {
|
|
|
+ } else if (mediaInfo == mediaAllInfo) {
|
|
|
const styleInfo = elementStyleInfo.selectorInfo.styleInfo;
|
|
|
const cssStyle = styleInfo.cssStyle;
|
|
|
const matchedStyleInfo = mediaAllInfo.matchedStyles.get(cssStyle);
|