Make WordPress Core

Changeset 28981


Ignore:
Timestamp:
07/03/2014 08:19:08 PM (11 years ago)
Author:
helen
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/admin-bar.css

    r28616 r28981  
    100100#wpadminbar ul#wp-admin-bar-root-default>li {
    101101    margin-right: 0;
    102 }
    103 
    104 /* Prevent a Chrome bug that inadvertantly activates
    105    :hover states on an element that touches the extreme
    106    top left corner of the viewport. See #18868 */
    107 #wpadminbar .quicklinks {
    108     border-left: 1px solid transparent;
    109102}
    110103
Note: See TracChangeset for help on using the changeset viewer.