mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Twenty Twenty: Make ordered list styling in classic editor match the front-end style.
Props sabernhardt, sebastienserre, hareesh-pillai. Fixes #50454. git-svn-id: https://develop.svn.wordpress.org/trunk@50275 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -282,7 +282,7 @@ body#tinymce.wp-editor.content ul {
|
||||
body#tinymce.wp-editor.content ol {
|
||||
margin-right: 1.5em;
|
||||
padding-right: 0;
|
||||
list-style: square;
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
body#tinymce.wp-editor.content ul ul {
|
||||
|
||||
@@ -282,7 +282,7 @@ body#tinymce.wp-editor.content ul {
|
||||
body#tinymce.wp-editor.content ol {
|
||||
margin-left: 1.5em;
|
||||
padding-left: 0;
|
||||
list-style: square;
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
body#tinymce.wp-editor.content ul ul {
|
||||
|
||||
Reference in New Issue
Block a user