Prevent misshapen background from appearing when admin-bar user info item is focused. props duck_, fixes #19356.

git-svn-id: https://develop.svn.wordpress.org/trunk@19480 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-11-29 18:49:30 +00:00
parent cb67dee04e
commit 666e76c5dc
3 changed files with 3 additions and 2 deletions

View File

@@ -340,6 +340,7 @@
}
#wpadminbar #wp-admin-bar-user-info a {
background: none;
height: auto;
}