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:
parent
30b79ebd28
commit
fb2f5a743b
|
@ -1112,14 +1112,12 @@ ul.has-background.has-background {
|
|||
font-size: 28px;
|
||||
line-height: 1.6; }
|
||||
|
||||
.wp-block-pullquote.is-style-solid-color {
|
||||
margin-right: 0;
|
||||
margin-left: 0; }
|
||||
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||
font-size: 32px; }
|
||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
|
||||
text-transform: none;
|
||||
font-style: normal; }
|
||||
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||
font-size: 32px; }
|
||||
|
||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
|
||||
text-transform: none;
|
||||
font-style: normal; }
|
||||
|
||||
.wp-block-pullquote .wp-block-pullquote__citation {
|
||||
color: inherit; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1117,14 +1117,12 @@ ul.has-background.has-background {
|
|||
font-size: 28px;
|
||||
line-height: 1.6; }
|
||||
|
||||
.wp-block-pullquote.is-style-solid-color {
|
||||
margin-left: 0;
|
||||
margin-right: 0; }
|
||||
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||
font-size: 32px; }
|
||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
|
||||
text-transform: none;
|
||||
font-style: normal; }
|
||||
.wp-block-pullquote.is-style-solid-color blockquote p {
|
||||
font-size: 32px; }
|
||||
|
||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
|
||||
text-transform: none;
|
||||
font-style: normal; }
|
||||
|
||||
.wp-block-pullquote .wp-block-pullquote__citation {
|
||||
color: inherit; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -192,8 +192,7 @@ html.interface-interface-skeleton__html-container {
|
|||
.interface-interface-skeleton__editor {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
max-width: 100%; }
|
||||
flex: 0 1 100%; }
|
||||
|
||||
.interface-interface-skeleton {
|
||||
/* 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;
|
||||
border-top: 1px solid #e0e0e0;
|
||||
color: #1e1e1e;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
z-index: 90;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -192,8 +192,7 @@ html.interface-interface-skeleton__html-container {
|
|||
.interface-interface-skeleton__editor {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
max-width: 100%; }
|
||||
flex: 0 1 100%; }
|
||||
|
||||
.interface-interface-skeleton {
|
||||
/* 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;
|
||||
border-top: 1px solid #e0e0e0;
|
||||
color: #1e1e1e;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
z-index: 90;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue