From 71704c1156977b2e20291696702f71ba6f29477f Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Thu, 3 Jul 2014 20:19:08 +0000 Subject: [PATCH] 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 --- src/wp-includes/css/admin-bar.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/wp-includes/css/admin-bar.css b/src/wp-includes/css/admin-bar.css index bc1c80aa82..4f5343c602 100644 --- a/src/wp-includes/css/admin-bar.css +++ b/src/wp-includes/css/admin-bar.css @@ -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; }