Make WordPress Core

Ticket #25858: 25858.5.diff

File 25858.5.diff, 548 bytes (added by iammattthomas, 11 years ago)

Updated patch with a comment and ref to the original ticket so that future generations will know what this does.

  • src/wp-includes/css/admin-bar.css

     
    100100        margin-right: 0;
    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;
    105112}