Editor: Update WordPress packages for RC1

@wordpress/block-directory: 1.17.3 -> 1.17.4
@wordpress/block-library: 2.26.3 -> 2.26.4
@wordpress/edit-post: 3.25.3 -> 3.25.4

Fixes #51793.
Props isabel_brison.

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


git-svn-id: http://core.svn.wordpress.org/trunk@49361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
noisysocks 2020-11-17 04:13:29 +00:00
parent 30b79ebd28
commit fb2f5a743b
9 changed files with 23 additions and 27 deletions

View File

@ -1112,14 +1112,12 @@ ul.has-background.has-background {
font-size: 28px; font-size: 28px;
line-height: 1.6; } line-height: 1.6; }
.wp-block-pullquote.is-style-solid-color { .wp-block-pullquote.is-style-solid-color blockquote p {
margin-right: 0; font-size: 32px; }
margin-left: 0; }
.wp-block-pullquote.is-style-solid-color blockquote p { .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
font-size: 32px; } text-transform: none;
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation { font-style: normal; }
text-transform: none;
font-style: normal; }
.wp-block-pullquote .wp-block-pullquote__citation { .wp-block-pullquote .wp-block-pullquote__citation {
color: inherit; } color: inherit; }

File diff suppressed because one or more lines are too long

View File

@ -1117,14 +1117,12 @@ ul.has-background.has-background {
font-size: 28px; font-size: 28px;
line-height: 1.6; } line-height: 1.6; }
.wp-block-pullquote.is-style-solid-color { .wp-block-pullquote.is-style-solid-color blockquote p {
margin-left: 0; font-size: 32px; }
margin-right: 0; }
.wp-block-pullquote.is-style-solid-color blockquote p { .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
font-size: 32px; } text-transform: none;
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation { font-style: normal; }
text-transform: none;
font-style: normal; }
.wp-block-pullquote .wp-block-pullquote__citation { .wp-block-pullquote .wp-block-pullquote__citation {
color: inherit; } color: inherit; }

File diff suppressed because one or more lines are too long

View File

@ -192,8 +192,7 @@ html.interface-interface-skeleton__html-container {
.interface-interface-skeleton__editor { .interface-interface-skeleton__editor {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex-grow: 1; flex: 0 1 100%; }
max-width: 100%; }
.interface-interface-skeleton { .interface-interface-skeleton {
/* Set left position when auto-fold is not on the body element. */ /* Set left position when auto-fold is not on the body element. */
@ -290,8 +289,9 @@ body.is-fullscreen-mode .interface-interface-skeleton {
flex-shrink: 0; flex-shrink: 0;
border-top: 1px solid #e0e0e0; border-top: 1px solid #e0e0e0;
color: #1e1e1e; color: #1e1e1e;
position: fixed; position: absolute;
bottom: 0; bottom: 0;
right: 0;
width: 100%; width: 100%;
background-color: #fff; background-color: #fff;
z-index: 90; z-index: 90;

File diff suppressed because one or more lines are too long

View File

@ -192,8 +192,7 @@ html.interface-interface-skeleton__html-container {
.interface-interface-skeleton__editor { .interface-interface-skeleton__editor {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex-grow: 1; flex: 0 1 100%; }
max-width: 100%; }
.interface-interface-skeleton { .interface-interface-skeleton {
/* Set left position when auto-fold is not on the body element. */ /* Set left position when auto-fold is not on the body element. */
@ -290,8 +289,9 @@ body.is-fullscreen-mode .interface-interface-skeleton {
flex-shrink: 0; flex-shrink: 0;
border-top: 1px solid #e0e0e0; border-top: 1px solid #e0e0e0;
color: #1e1e1e; color: #1e1e1e;
position: fixed; position: absolute;
bottom: 0; bottom: 0;
left: 0;
width: 100%; width: 100%;
background-color: #fff; background-color: #fff;
z-index: 90; z-index: 90;

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.6-beta4-49622'; $wp_version = '5.6-beta4-49623';
/** /**
* 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.