From e2a69b73b5a531cd24ab96304f8a140f48feef0e Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 27 Nov 2014 20:40:13 +0000 Subject: [PATCH] Twenty Fifteen: better highlights for tapped links in iOS Safari. Props iamtakashi, fixes #30524. git-svn-id: https://develop.svn.wordpress.org/trunk@30590 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index f8ce0a7122..022d58a265 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/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;