Currently the style of the .collapse class is applied unconditionally. If JavaScript is not available for one or another reason, such content is not accessible.
This can be fixed with the usual no-js/js classes like what Modernizr does.
In the most basic case this can be achieved as simple as this:
Then in less/component-animations.less change .collapse to .js .collapse.
Currently the style of the
.collapseclass is applied unconditionally. If JavaScript is not available for one or another reason, such content is not accessible.This can be fixed with the usual
no-js/jsclasses like what Modernizr does.In the most basic case this can be achieved as simple as this:
Then in less/component-animations.less change
.collapseto.js .collapse.