Prevent a Chrome bug activating :hover on the first pixel on the screen while loading, props markjaquith, fixes #18868

git-svn-id: https://develop.svn.wordpress.org/trunk@18934 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-10-10 22:36:36 +00:00
parent 25455363e9
commit 460da3b20d
3 changed files with 6 additions and 3 deletions

View File

@@ -58,6 +58,10 @@
z-index: 99999;
}
#wpadminbar .quicklinks {
border-left: 1px solid transparent;
}
#wpadminbar .quicklinks ul {
text-align: left;
}
@@ -66,7 +70,6 @@
float: left;
}
#wpadminbar .quicklinks > ul > li {
border-right: 1px solid #555;
}