mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
86bad3cdf6
commit
e0cc963a40
@ -391,7 +391,7 @@ html[lang="th"] .edit-post-visual-editor * {
|
|||||||
padding: 0;
|
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),
|
.editor-block-list__block ul:not(.wp-block-gallery),
|
||||||
.block-library-list ul {
|
.block-library-list ul {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user