diff --git a/wp-content/themes/twentyfifteen/css/blocks.css b/wp-content/themes/twentyfifteen/css/blocks.css index d3ede1a14d..9c822769ca 100644 --- a/wp-content/themes/twentyfifteen/css/blocks.css +++ b/wp-content/themes/twentyfifteen/css/blocks.css @@ -384,10 +384,8 @@ p.has-drop-cap:not(:focus)::first-letter { /* Button */ .wp-block-button .wp-block-button__link { - background-color: #333; border: 0; border-radius: 0; - color: #fff; cursor: pointer; font-family: "Noto Sans", sans-serif; font-size: 12px; @@ -399,11 +397,16 @@ p.has-drop-cap:not(:focus)::first-letter { vertical-align: baseline; } -.wp-block-button .wp-block-button__link:hover, -.wp-block-button .wp-block-button__link:focus { +.wp-block-button__link { + background-color: #333; + color: #fff; +} + +.wp-block-button__link:hover, +.wp-block-button__link:focus { background-color: #707070; background-color: rgba(51, 51, 51, 0.7); - outline: 0; + color: #fff; } @media screen and (min-width: 46.25em) { diff --git a/wp-includes/version.php b/wp-includes/version.php index a48a2cf149..3dbe377d75 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0.2-alpha-44197'; +$wp_version = '5.0.2-alpha-44198'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.