diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index a34976628b..df9f5b8d23 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/wp-content/themes/twentyseventeen/style.css @@ -982,6 +982,11 @@ select { max-width: 100%; } +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: thin dotted #333; +} + input[type="radio"], input[type="checkbox"] { margin-right: 0.5em; diff --git a/wp-includes/version.php b/wp-includes/version.php index 8e839eee7c..a4d083ed3f 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-44203'; +$wp_version = '5.0.2-alpha-44204'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.