Don't use the box shadow focus styling for the admin menu or toolbar. see #28267.

git-svn-id: https://develop.svn.wordpress.org/trunk@28616 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-05-29 14:22:39 +00:00
parent 6418ba1696
commit 220a45a32d
2 changed files with 4 additions and 1 deletions

View File

@ -265,8 +265,9 @@ a:focus {
}
#adminmenu a:focus,
#adminmenu a:active,
.screen-reader-text:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}

View File

@ -65,6 +65,8 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar select,
#wpadminbar textarea,
#wpadminbar div {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}