Skip to content

Commit 9bdb319

Browse files
committed
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
1 parent 2d3a62f commit 9bdb319

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ hr.wp-block-separator.is-style-dots::before {
885885
font-size: 16px;
886886
font-weight: 500;
887887
margin-top: 12px;
888-
text-transform: none;
888+
text-transform: inherit;
889889
}
890890

891891
.editor-styles-wrapper .wp-block-pullquote.has-text-color cite,

wp-content/themes/twentytwenty/assets/css/editor-style-block.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ hr.wp-block-separator.is-style-dots::before {
889889
font-size: 16px;
890890
font-weight: 500;
891891
margin-top: 12px;
892-
text-transform: none;
892+
text-transform: inherit;
893893
}
894894

895895
.editor-styles-wrapper .wp-block-pullquote.has-text-color cite,

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '7.0-beta1-61742';
19+
$wp_version = '7.0-beta1-61743';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)