Recent update broke a small CSS snippet

Steps to reproduce

I’ve had a small snippet called ‘Dashboard’ in use in my vault for quite some time now. I’ve actually posted about it before, it’s great.

Some recent update, I believe the July 18th one, has broke a very small portion of this:

.dashboard div.markdown-preview-section > div > ul > li > div.list-bullet {
    display: none !important;
}

What this did was remove the bullet from only the first item in a list.

In the example below, Test and Another List are not supposed to have bullets, but the Items are so that’s good that they do.
Screenshot 2024-07-31 161037

The rest of the snippet works as expected

Did you follow the troubleshooting guide? [Y/N]

Y

Expected result

Bullets shouldn’t be there

Actual result

Bullets are there

Environment

SYSTEM INFO:
Obsidian version: v1.6.7
Installer version: v1.4.13
Operating system: Windows 10 Enterprise 10.0.19045
Login status: logged in
Catalyst license: insider
Insider build toggle: off
Live preview: on
Base theme: dark
Community theme: Border v1.9.7
Snippets enabled: 3
Restricted mode: off
Plugins installed: 19
Plugins enabled: 19
1: Advanced Tables v0.21.0
2: Automatic Table Of Contents v1.4.0
3: Callout Manager v1.1.0
4: Create Note in Folder v1.12.2
5: Homepage v4.0.3
6: Omnisearch v1.23.1
7: Style Settings v1.0.8
8: Templater v2.3.3
9: Text Extractor v0.5.2
10: Settings Search v1.3.10
11: Ninja Cursor v0.0.13
12: Obsidian Columns v1.5.2
13: Commander v0.5.1
14: Tag Wrangler v0.6.1
15: Widgets v0.0.9
16: Zoottelkeeper Plugin v0.18.0
17: Better Search Views v0.2.2
18: Buttons v0.5.1
19: TreeFocus v1.1.4


Additional information

Here is a pastebin of the snippet! obsidian dashboard snippet - Pastebin.com

Also I know I have a lot of plugins and stuff, but I have been able to replicate this issue with relevant ones turned off, and in the default theme as well as Border

moved to the CSS section.