Admin bar styling: Ensure text next to icon stays visible on focus when jQuery is not loaded. props koopersmith, linuxologos, fixes #19410.

git-svn-id: https://develop.svn.wordpress.org/trunk@19540 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-12-02 17:15:02 +00:00
parent 07dd43aad2
commit ace5cce282
3 changed files with 4 additions and 3 deletions

View File

@@ -212,7 +212,8 @@
text-shadow: none;
}
#wpadminbar .hover .ab-label {
#wpadminbar .hover .ab-label,
#wpadminbar.nojq .ab-item:focus .ab-label {
color: #fafafa;
}