Skip to content

Commit

Permalink
Twenty Twenty: Correct the font weight of the quote block in the editor.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
carolinan committed Jan 9, 2025
1 parent 86f31c8 commit c53397d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,6 @@ hr.wp-block-separator.is-style-dots::before {

.editor-styles-wrapper .wp-block-quote p {
color: inherit;
font-weight: 400;
margin: 0 0 20px 0;
letter-spacing: inherit;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@ hr.wp-block-separator.is-style-dots::before {

.editor-styles-wrapper .wp-block-quote p {
color: inherit;
font-weight: 400;
margin: 0 0 20px 0;
letter-spacing: inherit;
}
Expand Down

0 comments on commit c53397d

Please sign in to comment.