From 1ade93bb0641da6d740a30018fa984772dc87493 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Wed, 14 Jun 2023 10:02:36 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@55913 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyseventeen/assets/css/editor-blocks.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css index 69bd59492a..4b785b6b48 100644 --- a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/src/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;