Editor: Update WordPress packages for 6.0 Beta 4

Included cherry-picked commits from the Gutenberg plugin that fix bugs discovere after WordPress 6.0 Beta 3.

Props zieladam, ndiego, darerodz.
See #55567.



Built from https://develop.svn.wordpress.org/trunk@53329


git-svn-id: http://core.svn.wordpress.org/trunk@52918 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
gziolo
2022-05-02 10:39:04 +00:00
parent 0fcdd744c1
commit afd35d1958
38 changed files with 436 additions and 225 deletions

View File

@@ -417,7 +417,7 @@
.wp-block-cover.has-parallax {
background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
@supports (-webkit-touch-callout: inherit) {
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
background-attachment: scroll;
@@ -1435,9 +1435,11 @@ ol.wp-block-latest-comments {
}
.wp-block-latest-posts__featured-image.alignleft {
margin-right: 1em;
float: left;
}
.wp-block-latest-posts__featured-image.alignright {
margin-left: 1em;
float: right;
}
.wp-block-latest-posts__featured-image.aligncenter {
margin-bottom: 1em;
@@ -2137,11 +2139,15 @@ p.has-background {
.wp-block-post-comments .comment-meta {
font-size: 0.875em;
line-height: 1.5;
margin-right: -3.25em;
}
.wp-block-post-comments .comment-meta b {
font-weight: normal;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
margin-top: 1em;
margin-bottom: 1em;
display: block;
}
.wp-block-post-comments .comment-body .commentmetadata {
font-size: 0.875em;
}

File diff suppressed because one or more lines are too long

View File

@@ -422,7 +422,7 @@
.wp-block-cover.has-parallax {
background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
@supports (-webkit-touch-callout: inherit) {
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
background-attachment: scroll;
@@ -1448,10 +1448,14 @@ ol.wp-block-latest-comments {
.wp-block-latest-posts__featured-image.alignleft {
/*rtl:ignore*/
margin-right: 1em;
/*rtl:ignore*/
float: left;
}
.wp-block-latest-posts__featured-image.alignright {
/*rtl:ignore*/
margin-left: 1em;
/*rtl:ignore*/
float: right;
}
.wp-block-latest-posts__featured-image.aligncenter {
margin-bottom: 1em;
@@ -2161,11 +2165,15 @@ p.has-background {
.wp-block-post-comments .comment-meta {
font-size: 0.875em;
line-height: 1.5;
margin-left: -3.25em;
}
.wp-block-post-comments .comment-meta b {
font-weight: normal;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
margin-top: 1em;
margin-bottom: 1em;
display: block;
}
.wp-block-post-comments .comment-body .commentmetadata {
font-size: 0.875em;
}

File diff suppressed because one or more lines are too long