Changeset 44575
- Timestamp:
- 01/12/2019 03:00:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/admin-menu.css
r44544 r44575 299 299 padding-right: 16px; 300 300 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; 302 303 } 303 304
Note: See TracChangeset
for help on using the changeset viewer.