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

git-svn-id: http://core.svn.wordpress.org/trunk@21308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2012-07-23 22:49:50 +00:00
parent 4a9e3f4297
commit c176634781

View File

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