Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: This is a builder issue. Front end is not useful here.
Video: Jam
I have a section with ID “home-hero”, and a container inside it with ID “home-hero-container”.
I target the container in its custom CSS field using either #home-hero-container or %root%.
Then I click on some other element, then click back on the container, Bricks changes the selector in my custom CSS to %root%-container. The CSS then becomes ineffective because the selector isn’t targeting anything.
So it’s picking up that the parent element ID is called “home-hero”, and replacing that part of the child container’s custom CSS with %root%.
If I click away, then click back again it does it again ie. it appends -container to the selector so it becomes %root%-container-container, and so on.
This seems to be a bug, but perhaps it’s a feature in a different context?