thupsi

Results 19 comments of thupsi

I can relate to both sides of the argument (tracking or not tracking the system live status in project config): - If tracking is disabled it could maybe catch some...

@bencresty As a temporary workaround, maybe you could have `system.live` set to `off` on your local dev server and enable the setting `Access the site when the system is off`...

@bencresty Sure, there are so many different workflows. That's why I think it would be best to have the option to choose what is best for each specific case. Also,...

Can confirm this is an issue also in Craft 4, in Chrome 103.0.5060.134, Windows 11

It's pretty weird. When I manually add the below css to the inspector stylesheet it works as expected: ``` .sidebar nav li a .icon span[data-icon]:before { display: block; } [data-icon]:before...

> The same issue here with Chrome Version 103.0.5060.134, but no issue with Chrome Canary Version 105.0.5190.0. Both are the latest version. Sadly, Chrome Canary 105.0.5191.0 doesn't work for me.

Yet another update: I can't reproduce the issue on my laptop (up to now I was testing on my desktop), running the exact same version of Windows, Chrome, Craft etc....

> I think the first thing we need to figure out is how those `` icons end up on the page: are they injected by Javascript, or does Twig build...

OK, so, investigating further, try this: Open `cp.css` via devtools and add this line at the end of the file: ``` [data-icon="section"]{ } ``` As you can see, it's just...