Skip to content

Commit

Permalink
Accessibility: Administration: Use a darker color for post dates in t…
Browse files Browse the repository at this point in the history
…he 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.

git-svn-id: https://develop.svn.wordpress.org/trunk@50525 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov authored and SergeyBiryukov committed Mar 12, 2021
1 parent e4fa30b commit 663df67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-admin/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ body #dashboard-widgets .postbox form .submit {
margin-bottom: 1em;
}
#dashboard_quick_press .drafts li time {
color: #787c82;
color: #646970;
}

#dashboard_quick_press .drafts p {
Expand Down Expand Up @@ -788,7 +788,7 @@ body #dashboard-widgets .postbox form .submit {
display: inline-block;
margin-right: 5px;
min-width: 150px;
color: #787c82;
color: #646970;
}

.activity-block {
Expand Down

0 comments on commit 663df67

Please sign in to comment.