Skip to content

Change how responsive hiding classes are added to table of contents elements.

Brian Sexton requested to merge rework-responsive-hiding-class-adding into master

This replaces a couple className concatenations with classList.add calls so the hidden-md and hidden-lg classes will only be added to table of contents elements when they are not already there.

Merge request reports

Loading