From da99a2b0caeed5eaf9ad0dbaa49673bf46f53df2 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Tue, 16 Jul 2024 09:37:50 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentysixteen/css/editor-blocks.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css index 3e2ec41017dae..d5841218d0adc 100644 --- a/src/wp-content/themes/twentysixteen/css/editor-blocks.css +++ b/src/wp-content/themes/twentysixteen/css/editor-blocks.css @@ -305,6 +305,10 @@ figure[class*="wp-block-"] > figcaption { padding: 0 0 0 1.263157895em; } +.editor-styles-wrapper .wp-block-quote { + border-color: currentColor; +} + .wp-block-quote:not(.is-large):not(.is-style-large).alignleft, .wp-block-quote:not(.is-large):not(.is-style-large).alignright { border-left: 0;