Make WordPress Core

Changeset 26132


Ignore:
Timestamp:
11/13/2013 03:35:35 PM (11 years ago)
Author:
iammattthomas
Message:

Reinstating this fix for the issue described in #18868, wherein some versions of Chrome open the About/"W" dropdown menu inadvertantly, like when clicking a select element. Fix was removed in the initial MP6 commit r26072, this brings it back. See #25858; props azaozz.

File:
1 edited

Legend:

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

    r26072 r26132  
    101101}
    102102
     103/* Prevent a Chrome bug that inadvertantly activates
     104   :hover states on an element that touches the extreme
     105   top left corner of the viewport. See #18868 */
     106#wpadminbar .quicklinks {
     107    border-left: 1px solid transparent;
     108}
     109
    103110#wpadminbar .quicklinks ul {
    104111    text-align: left;
Note: See TracChangeset for help on using the changeset viewer.