[wp-trac] [WordPress Trac] #50454: Twenty Twenty: ordered list styling in Classic Editor
WordPress Trac
noreply at wordpress.org
Tue Jun 23 14:01:41 UTC 2020
#50454: Twenty Twenty: ordered list styling in Classic Editor
---------------------------+-----------------------------
Reporter: sabernhardt | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version:
Severity: normal | Keywords: has-patch
Focuses: css |
---------------------------+-----------------------------
This issue was originally reported by @sebastienserre on GitHub:
https://github.com/WordPress/classic-editor/issues/114
Twenty Twenty uses the square style for ordered lists when in the Classic
Editor.
{{{
body#tinymce.wp-editor.content ol {
margin-left: 1.5em;
padding-left: 0;
list-style: square;
}
}}}
In the main stylesheet, however, the style is set to `list-style:
decimal;`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/50454>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list