Stop Chrome from applying outline to DIVs that have tabindex="-1", see #21324

git-svn-id: https://develop.svn.wordpress.org/trunk@21510 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-08-14 19:37:27 +00:00
parent 83e5beed47
commit 94be7cf95b
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ select {
a,
input,
select,
#wpbody-content {
div {
outline: 0;
}