Postbox handle buttons don't need a focus outline.

see #33808, #34242.

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


git-svn-id: http://core.svn.wordpress.org/trunk@35685 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-11-20 15:56:25 +00:00
parent 22fe87c3b3
commit 277747f944
5 changed files with 5 additions and 3 deletions

View File

@ -2909,6 +2909,7 @@ img {
.js .postbox .handlediv:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.js .postbox .handlediv:focus .toggle-indicator:before {

View File

@ -2909,6 +2909,7 @@ img {
.js .postbox .handlediv:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.js .postbox .handlediv:focus .toggle-indicator:before {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta4-35720';
$wp_version = '4.4-beta4-35721';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.