Twenty Twenty: Fix Pullquote block letter case setting.
Prevent the Twenty Twenty theme styles from overriding the Pullquote block's letter case settings. Props paragjethva, hiteshtalpada, shailu25, poena, mukesh27, sukhendu2002, dhruvang21, ugyensupport, darshitrajyaguru97, sabernhardt, r1k0, joedolson. Fixes #62773. Built from https://develop.svn.wordpress.org/trunk@61743 git-svn-id: http://core.svn.wordpress.org/trunk@61049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -885,7 +885,7 @@ hr.wp-block-separator.is-style-dots::before {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
margin-top: 12px;
|
||||
text-transform: none;
|
||||
text-transform: inherit;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper .wp-block-pullquote.has-text-color cite,
|
||||
|
||||
@@ -889,7 +889,7 @@ hr.wp-block-separator.is-style-dots::before {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
margin-top: 12px;
|
||||
text-transform: none;
|
||||
text-transform: inherit;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper .wp-block-pullquote.has-text-color cite,
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '7.0-beta1-61742';
|
||||
$wp_version = '7.0-beta1-61743';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user