Prevent WebKit from adding outline to #wpbody-content as a result of tabindex="-1", see #21361

git-svn-id: https://develop.svn.wordpress.org/trunk@21308 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-07-23 22:49:50 +00:00
parent bae315cbca
commit 6acdd22e66

View File

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