re-apply transition-suppressor fix
This commit is contained in:
parent
c7da33a028
commit
ed53716bea
|
@ -15,7 +15,7 @@
|
|||
window.on('click', showTooltipNote);
|
||||
window.on('resize', () => debounce(addTooltipsToEllipsized, 100));
|
||||
// Removing transition-suppressor rule
|
||||
const {sheet} = $('link[href^="global.css"]');
|
||||
const {sheet} = $('link[href$="global.css"]');
|
||||
for (let i = 0, rule; (rule = sheet.cssRules[i]); i++) {
|
||||
if (/#\\1\s?transition-suppressor/.test(rule.selectorText)) {
|
||||
sheet.deleteRule(i);
|
||||
|
|
Loading…
Reference in New Issue
Block a user