Open thatisrich opened 4 months ago
Thanks for the report! I can confirm this is related to https://github.com/bigbite/themer/issues/55, both issues will be avoided when we implement https://github.com/bigbite/themer/issues/62 but will need to be addressed in future when we re-add the visual preview
Expected Behavior
When editing an element's styling, the changes should be scoped to that specific element only.
Actual Behavior
When selecting a background colour on an element, the admin Styles Editor page also inherits the colour change.
Issue may be linked to the collapse menu issue.
Step-by-step reproduction instructions
Screenshots, screen recordings, code snippets
A screen recording of this can be found here.
It looks like the page injected CSS is not scoped to the editor panel, but to the entire page (which is to be expected as it's how it would work on the front end). An example of this can be seen here, where the
ol, ul
styling change is being applied to the layout's structural elements.System Information