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
This commit is contained in:
Ian Stewart 2014-12-10 13:23:10 +00:00
parent 1a58965428
commit 750df27f0e

View File

@ -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);
}