backdrop-contrib / tocbot

Builds a table of contents (TOC) from content headings.
GNU General Public License v2.0
2 stars 2 forks source link

HTML classes change depending on JS settings #21

Closed olafgrabienski closed 4 years ago

olafgrabienski commented 4 years ago

Filing quickly as a reminder, will elaborate later:

When I remove is-collapsed from the isCollapsedClass setting, the space between the CSS classes of a related <ul> element is missing. This leads to styling issues (e.g. too much padding).

Actual behavior: toc-listis-collapsible

Expected: toc-list is-collapsible

olafgrabienski commented 4 years ago

Closing in favor of #27.