diff --git a/wp-content/themes/twentytwentytwo/style.css b/wp-content/themes/twentytwentytwo/style.css index 3b41660284..4d36abfab2 100644 --- a/wp-content/themes/twentytwentytwo/style.css +++ b/wp-content/themes/twentytwentytwo/style.css @@ -65,7 +65,7 @@ a:active { .wp-block-file .wp-block-file__button { background-color: var(--wp--preset--color--primary); border-radius: 0; - border: none; + border: 0 solid; color: var(--wp--preset--color--background); font-size: var(--wp--preset--font-size--medium); padding: calc(.667em + 2px) calc(1.333em + 2px); diff --git a/wp-includes/version.php b/wp-includes/version.php index 89fa12faee..9eb7bbad94 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58726'; +$wp_version = '6.7-alpha-58727'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.