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

Built from https://develop.svn.wordpress.org/trunk@28981


git-svn-id: http://core.svn.wordpress.org/trunk@28770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2014-07-03 20:20:15 +00:00
parent fee65bacd7
commit 2f399f18b7
4 changed files with 2 additions and 16 deletions

View File

@ -101,13 +101,6 @@ html:lang(he-il) .rtl #wpadminbar * {
margin-left: 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-right: 1px solid transparent;
}
#wpadminbar .quicklinks ul {
text-align: right;
}

File diff suppressed because one or more lines are too long

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;
}

File diff suppressed because one or more lines are too long