Twenty Twenty: Correct the font weight of the quote block in the editor.
This change removes the font weight of the paragraph inside the quote block, so that the design in the editor and the front looks the same. Props sainathpoojary, ankitkumarshah, sabernhardt, krupajnanda. Fixes #62753. Built from https://develop.svn.wordpress.org/trunk@59594 git-svn-id: http://core.svn.wordpress.org/trunk@58980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
19d5011bff
commit
0086f4ba40
|
@ -682,7 +682,6 @@ hr.wp-block-separator.is-style-dots::before {
|
|||
|
||||
.editor-styles-wrapper .wp-block-quote p {
|
||||
color: inherit;
|
||||
font-weight: 400;
|
||||
margin: 0 0 20px 0;
|
||||
letter-spacing: inherit;
|
||||
}
|
||||
|
|
|
@ -686,7 +686,6 @@ hr.wp-block-separator.is-style-dots::before {
|
|||
|
||||
.editor-styles-wrapper .wp-block-quote p {
|
||||
color: inherit;
|
||||
font-weight: 400;
|
||||
margin: 0 0 20px 0;
|
||||
letter-spacing: inherit;
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.8-alpha-59593';
|
||||
$wp_version = '6.8-alpha-59594';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue