From 93db55f9beee344f7d8c1e56b3122a6abff88443 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 9 Feb 2021 17:53:00 +0000 Subject: [PATCH] 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 --- .../themes/twentytwenty/assets/css/editor-style-classic-rtl.css | 2 +- .../themes/twentytwenty/assets/css/editor-style-classic.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css index 9eaf83fcb2..7cac2383bb 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css @@ -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 { diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css index 564da9cd34..f3382c5c23 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css @@ -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 {