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:
joedolson
2026-02-26 00:13:45 +00:00
parent 2d3a62ffd3
commit 9bdb319b2b
3 changed files with 3 additions and 3 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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.