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

git-svn-id: http://core.svn.wordpress.org/trunk@21510 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2012-08-14 19:37:27 +00:00
parent 17f544b798
commit 96156ac36c

View File

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