mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 12:44:31 +00:00
Fix a:focus styling and backwards tabbing, add tabindex arg for <a>, see #19088
git-svn-id: https://develop.svn.wordpress.org/trunk@19207 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -173,7 +173,8 @@
|
||||
right: 100%;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-menu > li:hover {
|
||||
#wpadminbar .ab-top-menu > li:hover,
|
||||
#wpadminbar .ab-top-menu > li > a:focus {
|
||||
background: #3a3a3a; /* Fallback */
|
||||
background-image: -ms-linear-gradient(bottom, #3a3a3a, #222); /* IE10 */
|
||||
background-image: -moz-linear-gradient(bottom, #3a3a3a, #222); /* Firefox */
|
||||
@@ -205,12 +206,18 @@
|
||||
background-color: #eaf2fa;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop > a:focus {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-menu > .menupop > a span {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-menu > li > a:hover,
|
||||
#wpadminbar .ab-top-menu > li > a:hover span {
|
||||
#wpadminbar .ab-top-menu > li > a:hover span,
|
||||
#wpadminbar .ab-top-menu > li > a:focus,
|
||||
#wpadminbar .ab-top-menu > li > a:focus span {
|
||||
color: #fafafa;
|
||||
}
|
||||
|
||||
@@ -445,7 +452,8 @@
|
||||
}
|
||||
|
||||
#wpadminbar.nojs .wp-admin-bar-logo:hover > a,
|
||||
#wpadminbar .wp-admin-bar-logo.hover > a {
|
||||
#wpadminbar .wp-admin-bar-logo.hover > a,
|
||||
#wpadminbar .quicklinks .wp-admin-bar-logo > a:focus {
|
||||
background: url(../images/wp-logo-dark.png) no-repeat 12px 6px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user