Make WordPress Core

Changeset 50525


Ignore:
Timestamp:
03/12/2021 12:04:21 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Accessibility: Administration: Use a darker color for post dates in the Activity and Quick Draft dashboard widgets.

This ensures that the color meets the WCAG 2.0 AA recommended contrast ratio.

Follow-up to [50025].

Props sabernhardt, Otshelnik-Fm, audrasjb.
Fixes #52760.

File:
1 edited

Legend:

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

    r50025 r50525  
    694694}
    695695#dashboard_quick_press .drafts li time {
    696     color: #787c82;
     696    color: #646970;
    697697}
    698698
     
    789789    margin-right: 5px;
    790790    min-width: 150px;
    791     color: #787c82;
     791    color: #646970;
    792792}
    793793
Note: See TracChangeset for help on using the changeset viewer.