diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index 9345b90a76..fd8868212b 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css @@ -791,7 +791,7 @@ hr.wp-block-separator.is-style-dots::before { /* Block: Pullquote -------------------------- */ .editor-styles-wrapper .wp-block-pullquote { - border: none; + border: 0 solid; color: inherit; padding: 0; position: relative; diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index 0619a1a2dd..19a11cf3f0 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -795,7 +795,7 @@ hr.wp-block-separator.is-style-dots::before { /* Block: Pullquote -------------------------- */ .editor-styles-wrapper .wp-block-pullquote { - border: none; + border: 0 solid; color: inherit; padding: 0; position: relative; diff --git a/wp-includes/version.php b/wp-includes/version.php index f5887d3616..7af6c9d00c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59389'; +$wp_version = '6.8-alpha-59390'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.