Skip to content

Commit

Permalink
Allow twentytwenty pullquote border styles to be applied in the editor
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Sep 1, 2023
1 parent 13a3022 commit 673d339
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -801,13 +801,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
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 673d339

Please sign in to comment.