diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index 6a6a629abb..7ca4f6c950 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/wp-content/themes/twentyseventeen/style.css @@ -2846,6 +2846,11 @@ img.alignright { padding: 0; } +audio:focus, +video:focus { + outline: thin dotted; +} + /* Make sure embeds and iframes fit their containers. */ embed, diff --git a/wp-includes/version.php b/wp-includes/version.php index 632a3d9e8e..15cab9fd8e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45424'; +$wp_version = '5.3-alpha-45425'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.