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.



Built from https://develop.svn.wordpress.org/trunk@56190


git-svn-id: http://core.svn.wordpress.org/trunk@55702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-07-10 22:20:22 +00:00
parent 3648049e48
commit cc24b1f950
2 changed files with 6 additions and 2 deletions

View File

@ -539,7 +539,11 @@
},
"core/quote": {
"border": {
"width": "1px"
"left": {
"color": "inherit",
"style": "solid",
"width": "1px"
}
},
"elements": {
"cite": {

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-beta3-56189';
$wp_version = '6.3-beta3-56190';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.