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.




git-svn-id: https://develop.svn.wordpress.org/trunk@55913 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2023-06-14 10:02:36 +00:00
parent 3a4e746807
commit 1ade93bb06

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;