Make WordPress Core

Changeset 45700


Ignore:
Timestamp:
07/30/2019 10:53:19 PM (5 years ago)
Author:
karmatosed
Message:

Admin: Improve Dashboard icon contrast.

The icons used across the dashboard had too low contrast to pass AA WCAG guidelines. They’re now slightly darker for better contrast.

Props @melchoyce, @SergeyBiryukov, @chetan200891 , @kjellr
Fixes #46935

File:
1 edited

Legend:

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

    r45461 r45700  
    221221#dashboard_right_now li a:before,
    222222#dashboard_right_now li span:before {
    223     color: #82878c;
     223    color: #606a73;
    224224    font: normal 20px/1 dashicons;
    225225    speak: none;
     
    423423
    424424.event-icon:before {
    425     color: #82878C;
     425    color: #606a73;
    426426    font-size: 18px;
    427427}
Note: See TracChangeset for help on using the changeset viewer.