mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Twenty Fifteen: Add a transparent border to a link in the footer to avoid jumpiness on hover.
props iamtakashi. fixes #30332. git-svn-id: https://develop.svn.wordpress.org/trunk@30331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2412,6 +2412,7 @@ a.post-thumbnail:focus {
|
||||
}
|
||||
|
||||
.site-info a {
|
||||
border-bottom: 1px solid transparent;
|
||||
color: #707070;
|
||||
color: rgba(51, 51, 51, 0.7);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user