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:
parent
bae315cbca
commit
6acdd22e66
@ -284,7 +284,8 @@ select {
|
||||
|
||||
a,
|
||||
input,
|
||||
select {
|
||||
select,
|
||||
#wpbody-content {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user