Skip to content

Commit 1bde4c3

Browse files
committed
Twenty Sixteen: Makes sure quote block plain style is in editor.
The plain style for quote block was not showing in the editor despite showing on the front. This patch now makes sure it also does not show the border in editor. Props nidhidhandhukiya, dilipbheda, sabernhardt, sainathpoojary, dhruvang21, harshgajipara, SirLouen, darshitrajyaguru97, jorbin. Fixes #63424. git-svn-id: https://develop.svn.wordpress.org/trunk@60342 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 7c245ce commit 1bde4c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/wp-content/themes/twentysixteen/css/editor-blocks.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,10 @@ figure[class*="wp-block-"] > figcaption {
370370
padding-right: 0;
371371
}
372372

373+
.wp-block-quote.is-style-plain {
374+
border: none;
375+
}
376+
373377
@media screen and (min-width: 44.375em) {
374378
.wp-block-quote.alignleft,
375379
.wp-block-quote.alignright {

0 commit comments

Comments
 (0)