Make WordPress Core


Ignore:
Timestamp:
05/04/2017 10:31:17 PM (9 years ago)
Author:
afercia
Message:

Accessibility: Improve the color contrast ratio of the dismiss notice buttons.

Props chris_dev.
Fixes #39970.

File:
1 edited

Legend:

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

    r40480 r40570  
    780780.notice-dismiss:before {
    781781    background: none;
    782     color: #b4b9be;
     782    color: #72777c;
    783783    content: "\f153";
    784784    display: block;
     
    14181418    padding: 9px;
    14191419    background: none;
    1420     color: #b4b9be;
     1420    color: #72777c;
    14211421    cursor: pointer;
    14221422}
Note: See TracChangeset for help on using the changeset viewer.