Postbox handle buttons don't need a focus outline.

see #33808, #34242.


git-svn-id: https://develop.svn.wordpress.org/trunk@35721 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-11-20 15:55:04 +00:00
parent ee3ac55419
commit 85dc4bcb63

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 {