diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index f8ce0a7122..022d58a265 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -1047,6 +1047,7 @@ a:focus { .pagination .prev, .pagination .next { + -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3); background-color: #333; color: #fff; display: inline-block; @@ -1418,6 +1419,7 @@ img.aligncenter { } .widget_calendar tbody a { + -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3); background-color: #333; color: #fff; display: block; @@ -2046,6 +2048,7 @@ a.post-thumbnail:focus { } .page-links a { + -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3); background-color: #333; border-color: #333; color: #fff; diff --git a/wp-includes/version.php b/wp-includes/version.php index 347ef83f40..860105fc41 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30589'; +$wp_version = '4.1-beta2-30590'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.