From 750df27f0ed946382015b040ef2a2d20e6a0b783 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Wed, 10 Dec 2014 13:23:10 +0000 Subject: [PATCH] Twenty Fifteen: prevent jumping on hover in blog footer links with Safari Props iamtakashi, fixes #30654. git-svn-id: https://develop.svn.wordpress.org/trunk@30803 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index b9190e8890..0b2108d127 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -1862,6 +1862,7 @@ a.post-thumbnail:focus { } .entry-footer a { + border-bottom: 1px solid transparent; color: #707070; color: rgba(51, 51, 51, 0.7); }