File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Sources/ContentScopeScripts/dist Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 54885488 selector = selector . concat ( rule . selector ) ;
54895489 }
54905490 } ) ;
5491- const styleTagProperties = "{ display:none!important;min-height:0!important;height:0!important;} " ;
5491+ const styleTagProperties = "display:none!important;min-height:0!important;height:0!important;" ;
54925492 const styleTagContents = `${ forgivingSelector ( selector ) } {${ styleTagProperties } }` ;
54935493 injectGlobalStyles ( styleTagContents ) ;
54945494 }
Original file line number Diff line number Diff line change 72587258 selector = selector.concat(rule.selector);
72597259 }
72607260 });
7261- const styleTagProperties = '{ display:none!important;min-height:0!important;height:0!important;} ';
7261+ const styleTagProperties = 'display:none!important;min-height:0!important;height:0!important;';
72627262 const styleTagContents = `${forgivingSelector(selector)} {${styleTagProperties}}`;
72637263
72647264 injectGlobalStyles(styleTagContents);
Original file line number Diff line number Diff line change 75497549 selector = selector.concat(rule.selector);
75507550 }
75517551 });
7552- const styleTagProperties = '{ display:none!important;min-height:0!important;height:0!important;} ';
7552+ const styleTagProperties = 'display:none!important;min-height:0!important;height:0!important;';
75537553 const styleTagContents = `${forgivingSelector(selector)} {${styleTagProperties}}`;
75547554
75557555 injectGlobalStyles(styleTagContents);
Original file line number Diff line number Diff line change 72127212 selector = selector.concat(rule.selector);
72137213 }
72147214 });
7215- const styleTagProperties = '{ display:none!important;min-height:0!important;height:0!important;} ';
7215+ const styleTagProperties = 'display:none!important;min-height:0!important;height:0!important;';
72167216 const styleTagContents = `${forgivingSelector(selector)} {${styleTagProperties}}`;
72177217
72187218 injectGlobalStyles(styleTagContents);
Original file line number Diff line number Diff line change 76017601 selector = selector.concat(rule.selector);
76027602 }
76037603 });
7604- const styleTagProperties = '{ display:none!important;min-height:0!important;height:0!important;} ';
7604+ const styleTagProperties = 'display:none!important;min-height:0!important;height:0!important;';
76057605 const styleTagContents = `${forgivingSelector(selector)} {${styleTagProperties}}`;
76067606
76077607 injectGlobalStyles(styleTagContents);
Original file line number Diff line number Diff line change 72127212 selector = selector.concat(rule.selector);
72137213 }
72147214 });
7215- const styleTagProperties = '{ display:none!important;min-height:0!important;height:0!important;} ';
7215+ const styleTagProperties = 'display:none!important;min-height:0!important;height:0!important;';
72167216 const styleTagContents = `${forgivingSelector(selector)} {${styleTagProperties}}`;
72177217
72187218 injectGlobalStyles(styleTagContents);
Original file line number Diff line number Diff line change 76087608 selector = selector . concat ( rule . selector ) ;
76097609 }
76107610 } ) ;
7611- const styleTagProperties = '{ display:none!important;min-height:0!important;height:0!important;} ' ;
7611+ const styleTagProperties = 'display:none!important;min-height:0!important;height:0!important;' ;
76127612 const styleTagContents = `${ forgivingSelector ( selector ) } {${ styleTagProperties } }` ;
76137613
76147614 injectGlobalStyles ( styleTagContents ) ;
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ function injectStyleTag (rules) {
249249 selector = selector . concat ( rule . selector )
250250 }
251251 } )
252- const styleTagProperties = '{ display:none!important;min-height:0!important;height:0!important;} '
252+ const styleTagProperties = 'display:none!important;min-height:0!important;height:0!important;'
253253 const styleTagContents = `${ forgivingSelector ( selector ) } {${ styleTagProperties } }`
254254
255255 injectGlobalStyles ( styleTagContents )
You can’t perform that action at this time.
0 commit comments