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. Built from https://develop.svn.wordpress.org/trunk@50525 git-svn-id: http://core.svn.wordpress.org/trunk@50138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9808fad416
commit
96377c956f
|
@ -694,7 +694,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 {
|
||||
|
@ -789,7 +789,7 @@ body #dashboard-widgets .postbox form .submit {
|
|||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
min-width: 150px;
|
||||
color: #787c82;
|
||||
color: #646970;
|
||||
}
|
||||
|
||||
.activity-block {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-alpha-50523';
|
||||
$wp_version = '5.8-alpha-50525';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue