Skip to content

Commit

Permalink
Twenty Twenty: Correct the border style of the pull quote block in th…
Browse files Browse the repository at this point in the history
…e editor.

This change makes the border of the pull quote block visible in the editor when the user selects a border color or thickness,
by setting the default border style to solid.

Props nidhidhandhukiya, ugyensupport, dhruvang21, sabernhardt, divyeshk71, poena.
Fixes #62301.

git-svn-id: https://develop.svn.wordpress.org/trunk@59390 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
carolinan committed Nov 12, 2024
1 parent 6f47a2c commit 299bb08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ hr.wp-block-separator.is-style-dots::before {
/* Block: Pullquote -------------------------- */

.editor-styles-wrapper .wp-block-pullquote {
border: none;
border: 0 solid;
color: inherit;
padding: 0;
position: relative;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ hr.wp-block-separator.is-style-dots::before {
/* Block: Pullquote -------------------------- */

.editor-styles-wrapper .wp-block-pullquote {
border: none;
border: 0 solid;
color: inherit;
padding: 0;
position: relative;
Expand Down

0 comments on commit 299bb08

Please sign in to comment.