diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index 9a82c945e1..cd526107bf 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/wp-content/themes/twentyseventeen/style.css @@ -3026,7 +3026,10 @@ p > object:only-child { .gallery-item a, .gallery-item a:hover, -.gallery-item a:focus { +.gallery-item a:focus, +.widget-area .gallery-item a, +.widget-area .gallery-item a:hover, +.widget-area .gallery-item a:focus { -webkit-box-shadow: none; box-shadow: none; background: none; diff --git a/wp-includes/version.php b/wp-includes/version.php index d7c580f6af..c30d113f5e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-42003'; +$wp_version = '4.9-beta3-42004'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.