Skip to content

Commit a915060

Browse files
committed
Admin: A11y: Update separator colors.
Update the base color for text in row actions, dashboard widget footers, and similar contexts to meet WCAG color standards. Props bobbingwide, joedolson. Fixes #64313. git-svn-id: https://develop.svn.wordpress.org/trunk@61763 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 38a932a commit a915060

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/wp-admin/css/common.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2245,7 +2245,7 @@ html.wp-toolbar {
22452245

22462246
.postbox .handle-order-higher,
22472247
.postbox .handle-order-lower {
2248-
color: #787c82;
2248+
color: #646970;
22492249
width: 1.62rem;
22502250
}
22512251

@@ -3659,7 +3659,7 @@ img {
36593659
.postbox .handlediv.button-link,
36603660
.item-edit,
36613661
.toggle-indicator {
3662-
color: #787c82;
3662+
color: #646970;
36633663
}
36643664

36653665
.widget-action {

src/wp-admin/css/dashboard.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
margin-bottom: 0;
626626
padding: 12px;
627627
border-top: 1px solid #f0f0f1;
628-
color: #dcdcde;
628+
color: #646970;
629629
}
630630

631631
/* Safari 10 + VoiceOver specific: without this, the hidden text gets read out before the link. */
@@ -950,7 +950,7 @@ body #dashboard-widgets .postbox form .submit {
950950
}
951951

952952
.activity-block .subsubsub li {
953-
color: #dcdcde;
953+
color: #646970;
954954
}
955955

956956
/* Dashboard activity widget - Comments */

src/wp-admin/css/list-tables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ p.pagenav {
853853
}
854854

855855
.row-actions {
856-
color: #a7aaad;
856+
color: #646970;
857857
font-size: 13px;
858858
padding: 2px 0 0;
859859
position: relative;

0 commit comments

Comments
 (0)