mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-01 19:09:12 +00:00
Don't use the box shadow focus styling for the admin menu or toolbar. see #28267.
Built from https://develop.svn.wordpress.org/trunk@28616 git-svn-id: http://core.svn.wordpress.org/trunk@28440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e518fda253
commit
3f1deae10b
@ -265,8 +265,9 @@ a:focus {
|
||||
}
|
||||
|
||||
#adminmenu a:focus,
|
||||
#adminmenu a:active,
|
||||
.screen-reader-text:focus {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
@ -265,8 +265,9 @@ a:focus {
|
||||
}
|
||||
|
||||
#adminmenu a:focus,
|
||||
#adminmenu a:active,
|
||||
.screen-reader-text:focus {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -65,6 +65,8 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
#wpadminbar select,
|
||||
#wpadminbar textarea,
|
||||
#wpadminbar div {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
2
wp-includes/css/admin-bar-rtl.min.css
vendored
2
wp-includes/css/admin-bar-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -65,6 +65,8 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
#wpadminbar select,
|
||||
#wpadminbar textarea,
|
||||
#wpadminbar div {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
2
wp-includes/css/admin-bar.min.css
vendored
2
wp-includes/css/admin-bar.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user