mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user