mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 08:33:35 +01:00
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:
parent
1a58965428
commit
750df27f0e
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user