Twenty Twenty: Make ordered list styling in classic editor match the front-end style.
Props sabernhardt, sebastienserre, hareesh-pillai. Fixes #50454. Built from https://develop.svn.wordpress.org/trunk@50275 git-svn-id: http://core.svn.wordpress.org/trunk@49920 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0c5a3fa2ed
commit
8212925c11
|
@ -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 {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.7-beta1-50274';
|
||||
$wp_version = '5.7-beta1-50275';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue