Skip to content

Commit c3c6b9a

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. git-svn-id: https://develop.svn.wordpress.org/trunk@61743 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2cc6cad commit c3c6b9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/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,

src/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,

0 commit comments

Comments
 (0)