Twenty-Twenty: Improve Quote block style consistency between front and back-end.

This changeset updates the `font-style` value of the Quote block in the block editor to ensure styles are consistent between the editor and the front-end.

Props kajalgohel, iamjaydip, audrasjb, whaze, mukesh27.
Fixes #55931.


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


git-svn-id: http://core.svn.wordpress.org/trunk@53059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-06-06 13:31:15 +00:00
parent a29a0e05d1
commit 5d96ddab10
3 changed files with 9 additions and 1 deletions

View File

@ -658,6 +658,10 @@ hr.wp-block-separator.is-style-dots::before {
line-height: 1.25;
}
.editor-styles-wrapper .wp-block-quote cite {
font-style: normal;
}
.editor-styles-wrapper .wp-block-quote p {
color: inherit;
font-weight: 400;

View File

@ -658,6 +658,10 @@ hr.wp-block-separator.is-style-dots::before {
line-height: 1.25;
}
.editor-styles-wrapper .wp-block-quote cite {
font-style: normal;
}
.editor-styles-wrapper .wp-block-quote p {
color: inherit;
font-weight: 400;

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53469';
$wp_version = '6.1-alpha-53470';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.