Skip to content

Commit da99a2b

Browse files
committed
Twenty Sixteen: Fixes quote block border not changing color.
The border was not changing color when it was changed. This brings that in. It is worth noting the original theme design did not have this but as noted in the ticket this has been in the quote block for about two years so matching the current block styling in this case makes sense. Props umesh84, desrosj, sabernhardt. Fixes #56565. git-svn-id: https://develop.svn.wordpress.org/trunk@58728 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 55208cc commit da99a2b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ figure[class*="wp-block-"] > figcaption {
305305
padding: 0 0 0 1.263157895em;
306306
}
307307

308+
.editor-styles-wrapper .wp-block-quote {
309+
border-color: currentColor;
310+
}
311+
308312
.wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
309313
.wp-block-quote:not(.is-large):not(.is-style-large).alignright {
310314
border-left: 0;

0 commit comments

Comments
 (0)