mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
2e123ad458
commit
e2133880c1
@ -1017,7 +1017,6 @@ a:focus {
|
||||
background-color: #fff;
|
||||
border-top: 1px solid rgba(51, 51, 51, 0.1);
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.pagination .nav-links {
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user