Skip to content

Commit c53397d

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@59594 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 86f31c8 commit c53397d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,6 @@ hr.wp-block-separator.is-style-dots::before {
682682

683683
.editor-styles-wrapper .wp-block-quote p {
684684
color: inherit;
685-
font-weight: 400;
686685
margin: 0 0 20px 0;
687686
letter-spacing: inherit;
688687
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,6 @@ hr.wp-block-separator.is-style-dots::before {
686686

687687
.editor-styles-wrapper .wp-block-quote p {
688688
color: inherit;
689-
font-weight: 400;
690689
margin: 0 0 20px 0;
691690
letter-spacing: inherit;
692691
}

0 commit comments

Comments
 (0)