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 5488
5488
selector = selector . concat ( rule . selector ) ;
5489
5489
}
5490
5490
} ) ;
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;" ;
5492
5492
const styleTagContents = `${ forgivingSelector ( selector ) } {${ styleTagProperties } }` ;
5493
5493
injectGlobalStyles ( styleTagContents ) ;
5494
5494
}
Original file line number Diff line number Diff line change 7258
7258
selector = selector.concat(rule.selector);
7259
7259
}
7260
7260
});
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;';
7262
7262
const styleTagContents = `${forgivingSelector(selector)} {${styleTagProperties}}`;
7263
7263
7264
7264
injectGlobalStyles(styleTagContents);
Original file line number Diff line number Diff line change 7549
7549
selector = selector.concat(rule.selector);
7550
7550
}
7551
7551
});
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;';
7553
7553
const styleTagContents = `${forgivingSelector(selector)} {${styleTagProperties}}`;
7554
7554
7555
7555
injectGlobalStyles(styleTagContents);
Original file line number Diff line number Diff line change 7212
7212
selector = selector.concat(rule.selector);
7213
7213
}
7214
7214
});
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;';
7216
7216
const styleTagContents = `${forgivingSelector(selector)} {${styleTagProperties}}`;
7217
7217
7218
7218
injectGlobalStyles(styleTagContents);
Original file line number Diff line number Diff line change 7601
7601
selector = selector.concat(rule.selector);
7602
7602
}
7603
7603
});
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;';
7605
7605
const styleTagContents = `${forgivingSelector(selector)} {${styleTagProperties}}`;
7606
7606
7607
7607
injectGlobalStyles(styleTagContents);
Original file line number Diff line number Diff line change 7212
7212
selector = selector.concat(rule.selector);
7213
7213
}
7214
7214
});
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;';
7216
7216
const styleTagContents = `${forgivingSelector(selector)} {${styleTagProperties}}`;
7217
7217
7218
7218
injectGlobalStyles(styleTagContents);
Original file line number Diff line number Diff line change 7608
7608
selector = selector . concat ( rule . selector ) ;
7609
7609
}
7610
7610
} ) ;
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;' ;
7612
7612
const styleTagContents = `${ forgivingSelector ( selector ) } {${ styleTagProperties } }` ;
7613
7613
7614
7614
injectGlobalStyles ( styleTagContents ) ;
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ function injectStyleTag (rules) {
249
249
selector = selector . concat ( rule . selector )
250
250
}
251
251
} )
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;'
253
253
const styleTagContents = `${ forgivingSelector ( selector ) } {${ styleTagProperties } }`
254
254
255
255
injectGlobalStyles ( styleTagContents )
You can’t perform that action at this time.
0 commit comments