fix hamburger by whitelisting 'is-active' css

This commit is contained in:
Adam Piontek 2021-10-31 17:43:39 -04:00
parent 61c393a452
commit 0318332bcf

View file

@ -180,7 +180,9 @@ function getCSSWhitelistPatterns() {
/^figure$/, /^figure$/,
/^blockquote$/, /^blockquote$/,
/^tsml(-.*)?$/, /^tsml(-.*)?$/,
/^is-active$/,
/^collapse$/, /^collapse$/,
/^collapsed$/,
/^collapsing$/, /^collapsing$/,
/^label$/, /^label$/,
/^input$/, /^input$/,