NO BUG: Icons Not displaying on Admin Panel

Hey All!
Just updated to 2.0, excited!

Quickly tho, all the default icons on my admin panel have been replaced with a four line icon (See image).

Any ideas on how to get them back? THanks!


Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

[Please describe this bug in as much detail as possible so we can replicate & debug this bug]

try regenerating the css by the bricks settings, delete browser cache for that website.

Thanks Ferry,
I got some of them back (Any components not native to bricks ie Jet Engine, Smart filters). Any other suggestions?

My icons work fine so far.

Does the hosting of the website have cache? Most do, and i delete it like 60x an hour when doing styling tests…

It does (Cloudways) but I’ve turned it off, and cleared it like 15 times. I’ll keep trying a few things but if you get any lightning bolts let me know.

It has to be some caching issue. I use Hostinger and cache is also turned off, but it still caches CSS and JS and releases it in 30 min. But as java uses version numbers and i don’t update those, it keeps giving the cached data. So even if the caching plugin is off, check if there’s no other cache system active.

Maybe try another web browser to see if the problem persists.

Hey Ferry,
Turns out was an issue caused by some global reset in my CSS and some enqueueing in my child theme. Didn’t have an affect on 1.12 but did 2.0.

Thanks Ferry!