Remove a toolbar CSS hack for a Chrome bug that no longer appears to exist. props avryl. fixes #28606. see #18868.

git-svn-id: https://develop.svn.wordpress.org/trunk@28981 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-07-03 20:19:08 +00:00
parent 6d8c6d8728
commit 71704c1156

View File

@ -101,13 +101,6 @@ html:lang(he-il) .rtl #wpadminbar * {
margin-right: 0;
}
/* Prevent a Chrome bug that inadvertantly activates
:hover states on an element that touches the extreme
top left corner of the viewport. See #18868 */
#wpadminbar .quicklinks {
border-left: 1px solid transparent;
}
#wpadminbar .quicklinks ul {
text-align: left;
}