mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
3648049e48
commit
cc24b1f950
@ -539,7 +539,11 @@
|
||||
},
|
||||
"core/quote": {
|
||||
"border": {
|
||||
"width": "1px"
|
||||
"left": {
|
||||
"color": "inherit",
|
||||
"style": "solid",
|
||||
"width": "1px"
|
||||
}
|
||||
},
|
||||
"elements": {
|
||||
"cite": {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user