gjb2048 / moodle-theme_essential

The Essential Moodle Theme
https://gjb2048.github.io/moodle-theme_essential/
GNU General Public License v3.0
91 stars 120 forks source link

Odd bullets #875

Closed bdereski closed 6 years ago

bdereski commented 6 years ago

After loading the last Essential Theme update I am seeing odd misalligned bullets in the Course and categories screen.

image

gjb2048 commented 6 years ago

Last?

Please read: https://github.com/gjb2048/moodle-theme_essential#reporting-issues

bdereski commented 6 years ago

3.5

gjb2048 commented 6 years ago

Moodle or Essential?

bdereski commented 6 years ago

Both Moodle 3.5 and the Essential Theme for 3.5

gjb2048 commented 6 years ago

Ok, what version of the Essential theme please?

gjb2048 commented 6 years ago

And what is the URL of the page causing the issue please?

gjb2048 commented 6 years ago

What other plugins do you have installed? What custom CSS have you got?

bdereski commented 6 years ago

Once version 3.5.0.1 was available we loaded that and now I see this display.

gjb2048 commented 6 years ago

I cannot replicate on the 'Course and category management' page being like '/course/management.php?categoryid=1'.

gjb2048 commented 6 years ago

I can't reach that URL and its the same page as the one I've described and cannot replicate. Assuming under 'Course categories'?

bdereski commented 6 years ago

correct, under course catagories

gjb2048 commented 6 years ago

Ok, can replicate, odd list-style-type cannot find where.

gjb2048 commented 6 years ago

Happens in Clean too.

gjb2048 commented 6 years ago

Solution is:

#course-category-listings li {
    list-style: none;
}
gjb2048 commented 6 years ago

FYI: https://tracker.moodle.org/browse/MDL-62986

bdereski commented 6 years ago

Thank you!

gjb2048 commented 6 years ago

My issue is a duplicate of https://tracker.moodle.org/browse/MDL-62807.

gjb2048 commented 6 years ago

Will be fixed in core, closing.