From e0cc963a4055a34da38a9819496407fc8ac51918 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Wed, 14 Jun 2023 10:04:20 +0000 Subject: [PATCH] Twenty Seventeen: Improve Grid View variation rendering in the editor for the Post List block. This changeset updates Twenty Seventeen's block editor stylesheet to remove an unwanted `disc` list style on the "Grid" variation of the Post List block. Props nkeller15, sabernhardt. Fixes #58531. Built from https://develop.svn.wordpress.org/trunk@55913 git-svn-id: http://core.svn.wordpress.org/trunk@55425 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/assets/css/editor-blocks.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css index 69bd59492a..4b785b6b48 100644 --- a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css @@ -391,7 +391,7 @@ html[lang="th"] .edit-post-visual-editor * { padding: 0; } -.edit-post-visual-editor ul:not(.wp-block-gallery), +.edit-post-visual-editor ul:not(.wp-block-gallery, .wp-block-post-template), .editor-block-list__block ul:not(.wp-block-gallery), .block-library-list ul { list-style: disc; diff --git a/wp-includes/version.php b/wp-includes/version.php index c935a10807..02481bcda3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55912'; +$wp_version = '6.3-alpha-55913'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.