fix hamburger by whitelisting 'is-active' css
This commit is contained in:
parent
61c393a452
commit
0318332bcf
1 changed files with 2 additions and 0 deletions
|
@ -180,7 +180,9 @@ function getCSSWhitelistPatterns() {
|
||||||
/^figure$/,
|
/^figure$/,
|
||||||
/^blockquote$/,
|
/^blockquote$/,
|
||||||
/^tsml(-.*)?$/,
|
/^tsml(-.*)?$/,
|
||||||
|
/^is-active$/,
|
||||||
/^collapse$/,
|
/^collapse$/,
|
||||||
|
/^collapsed$/,
|
||||||
/^collapsing$/,
|
/^collapsing$/,
|
||||||
/^label$/,
|
/^label$/,
|
||||||
/^input$/,
|
/^input$/,
|
||||||
|
|
Loading…
Reference in a new issue