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:
parent
17f544b798
commit
96156ac36c
|
@ -299,7 +299,7 @@ select {
|
|||
a,
|
||||
input,
|
||||
select,
|
||||
#wpbody-content {
|
||||
div {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue