Bullets disappearing in section 0 description

Issue #43 resolved
Donald Hanley created an issue

Bulleted lists in the section 0 description don’t display the bullets in the Tiles format. Here’s a sample of text using the Boost theme with the Topics format:

And here it is after switching to Tiles:

Switching back to Topics restores the bullets, so they’re still there, just invisible. Labels and activity descriptions in Section 0 display bullets correctly and section descriptions in all other sections display correctly.

This is using the latest release of Tiles (3.7.0.17) on Moodle 3.5.11.

Comments (2)

  1. David Watson repo owner

    Hi Don this was resolved in the 3.8/3.9 version in commit d044f93. I am not supporting the 3.7 version now but try pasting this into Site Administration > Plugins > Course Formats > Other > Custom CSS and it should get you around it

    .format-tiles .course-content li.section .summary ul { list-style: disc;}
    

  2. Log in to comment