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
This commit is contained in:
audrasjb 2023-06-14 10:04:20 +00:00
parent 86bad3cdf6
commit e0cc963a40
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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.