Make WordPress Core

Changeset 44575


Ignore:
Timestamp:
01/12/2019 03:00:04 PM (6 years ago)
Author:
afercia
Message:

Accessibility: Exclude the Windows High Contrast mode transparent outline from the CSS transition after [44544].

See #41286.

File:
1 edited

Legend:

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

    r44544 r44575  
    299299    padding-right: 16px;
    300300    padding-left: 14px;
    301     transition: all .1s ease-in-out;
     301    /* Exclude from the transition the outline for Windows High Contrast mode */
     302    transition: all .1s ease-in-out, outline 0s;
    302303}
    303304
Note: See TracChangeset for help on using the changeset viewer.