Remove focus outline from admin bar elements.

Props azaozz, lessbloat, dllh
fixes #22643


git-svn-id: https://develop.svn.wordpress.org/trunk@22941 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-11-30 02:29:36 +00:00
parent 405868616c
commit d34177f831
1 changed files with 14 additions and 0 deletions

View File

@ -30,6 +30,20 @@
background: none;
}
#wpadminbar a:focus,
#wpadminbar a:active,
#wpadminbar input[type="text"],
#wpadminbar input[type="password"],
#wpadminbar input[type="number"],
#wpadminbar input[type="search"],
#wpadminbar input[type="email"],
#wpadminbar input[type="url"],
#wpadminbar select,
#wpadminbar textarea,
#wpadminbar div {
outline: none;
}
#wpadminbar {
direction: ltr;
color: #ccc;