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:
parent
ee3ac55419
commit
85dc4bcb63
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user