Adding css property for core/list markers in theme.json has unexpected css output #53597
Labels
Global Styles
Anything related to the broader Global Styles efforts, including Styles Engine and theme.json
[Status] In Progress
Tracking issues with work in progress
[Type] Bug
An existing feature does not function as intended
Description
I added the following in theme.json for the core/list block:
Works great on unordered lists, but it unexpectedly affects the text for ordered lists.
When you take a look at the CSS produced, you can see why.
I expect the following to be produced instead:
Step-by-step reproduction instructions
css
property on thecore/list
block in theme.jsonol, ul ::marker
instead ofol ::marker, ul ::marker
Screenshots, screen recording, code snippet
No response
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: