Twenty Fifteen: Add a transparent border to a link in the footer to avoid jumpiness on hover.
props iamtakashi. fixes #30332. Built from https://develop.svn.wordpress.org/trunk@30331 git-svn-id: http://core.svn.wordpress.org/trunk@30330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b8bfbf42e6
commit
e1cf2b8523
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-alpha-30330';
|
||||
$wp_version = '4.1-alpha-30331';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue