Skip to content

Commit

Permalink
Allow twentytwenty pullquote border styles to be applied in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Jul 25, 2023
1 parent 181833e commit afa1d81
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -805,13 +805,16 @@ hr.wp-block-separator.is-style-dots::before {
/* Block: Pullquote -------------------------- */

.editor-styles-wrapper .wp-block-pullquote {
border: none;
color: inherit;
padding: 0;
position: relative;
text-align: center;
}

.editor-styles-wrapper .wp-block-pullquote:not(.has-border-color):not([style*=border-width]) {
border: none;
}

.editor-styles-wrapper .wp-block-pullquote::before {
background: #fff;
border-radius: 50%;
Expand Down

0 comments on commit afa1d81

Please sign in to comment.