diff --git a/wp-content/themes/twentytwentyfour/theme.json b/wp-content/themes/twentytwentyfour/theme.json index 2586fcab0a..8acd7993c3 100644 --- a/wp-content/themes/twentytwentyfour/theme.json +++ b/wp-content/themes/twentytwentyfour/theme.json @@ -795,9 +795,7 @@ }, "outline": { "color": "var(--wp--preset--color--contrast)", - "offset": "2px", - "style": "dotted", - "width": "1px" + "offset": "2px" }, "border": { "color": "var(--wp--preset--color--contrast-2)" @@ -908,7 +906,8 @@ "fontStyle": "normal", "fontWeight": "400", "lineHeight": "1.55" - } + }, + "css": ".wp-site-blocks *:focus{outline-width:2px;outline-style:solid}" }, "templateParts": [ { diff --git a/wp-includes/version.php b/wp-includes/version.php index 72cb3bdb69..931035b720 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57553'; +$wp_version = '6.5-alpha-57554'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.