diff --git a/wp-content/themes/twentyfifteen/css/blocks.css b/wp-content/themes/twentyfifteen/css/blocks.css index e5b3af47b8..be2d8ffef6 100644 --- a/wp-content/themes/twentyfifteen/css/blocks.css +++ b/wp-content/themes/twentyfifteen/css/blocks.css @@ -395,6 +395,10 @@ p.has-drop-cap:not(:focus)::first-letter { vertical-align: baseline; } +.is-style-outline .wp-block-button__link { + border: 2px solid; +} + .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link { border: 0; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 3329532b29..5ab3a41723 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54150'; +$wp_version = '6.1-alpha-54151'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.