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

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


git-svn-id: http://core.svn.wordpress.org/trunk@28440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2014-05-29 14:23:15 +00:00
parent e518fda253
commit 3f1deae10b
8 changed files with 12 additions and 6 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

@ -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;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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;
}

File diff suppressed because one or more lines are too long

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;
}

File diff suppressed because one or more lines are too long