mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 14:35:07 +00:00
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:
parent
4a9e3f4297
commit
c176634781
@ -284,7 +284,8 @@ select {
|
||||
|
||||
a,
|
||||
input,
|
||||
select {
|
||||
select,
|
||||
#wpbody-content {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user