mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
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:
@@ -284,7 +284,8 @@ select {
|
||||
|
||||
a,
|
||||
input,
|
||||
select {
|
||||
select,
|
||||
#wpbody-content {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user