From a5352c3680c4428d8dda5fde016ab02ab4c45e18 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 10 Jul 2023 22:18:27 +0000 Subject: [PATCH] Twenty Twenty-Three: Add a border to Quote block. This changeset adds a border to the Quote block on front-end, in order to be consistent with the Editor styles. Props nidhidhandhukiya, poena, akrocks, sabernhardt, nithins53, zoonini. Fixes #57506. git-svn-id: https://develop.svn.wordpress.org/trunk@56190 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwentythree/theme.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentytwentythree/theme.json b/src/wp-content/themes/twentytwentythree/theme.json index b0f99bc868..68e17a87e9 100644 --- a/src/wp-content/themes/twentytwentythree/theme.json +++ b/src/wp-content/themes/twentytwentythree/theme.json @@ -539,7 +539,11 @@ }, "core/quote": { "border": { - "width": "1px" + "left": { + "color": "inherit", + "style": "solid", + "width": "1px" + } }, "elements": { "cite": {