Twenty Fifteen: overflow hidden can hide focus outlines here so out it goes.

Props iamtakashi, fixes #30523.


Built from https://develop.svn.wordpress.org/trunk@30589


git-svn-id: http://core.svn.wordpress.org/trunk@30579 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-11-27 20:36:24 +00:00
parent 2e123ad458
commit e2133880c1
2 changed files with 1 additions and 2 deletions

View File

@ -1017,7 +1017,6 @@ a:focus {
background-color: #fff; background-color: #fff;
border-top: 1px solid rgba(51, 51, 51, 0.1); border-top: 1px solid rgba(51, 51, 51, 0.1);
font-family: "Noto Sans", sans-serif; font-family: "Noto Sans", sans-serif;
overflow: hidden;
} }
.pagination .nav-links { .pagination .nav-links {

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.1-beta2-30588'; $wp_version = '4.1-beta2-30589';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.