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.



git-svn-id: https://develop.svn.wordpress.org/trunk@53470 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-06-06 13:29:03 +00:00
parent 35da365282
commit 7971c1bf9b
2 changed files with 8 additions and 0 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;