Accessibility: Administration: Use a darker gray color for various admin UI items.

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

Follow-up to [50025], [50525].

Props sabernhardt, ryelle.
Fixes #52760.

git-svn-id: https://develop.svn.wordpress.org/trunk@50571 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-03-24 16:39:39 +00:00
parent 2382765afa
commit 26fd2405f6
14 changed files with 37 additions and 37 deletions
+3 -3
View File
@@ -1020,7 +1020,7 @@ th.action-links {
top: -1px;
padding: 4px 10px;
border-radius: 30px;
background: #787c82;
background: #646970;
color: #fff;
font-size: 14px;
font-weight: 600;
@@ -1118,7 +1118,7 @@ th.action-links {
.wp-filter .drawer-toggle:before {
content: "\f111";
margin: 0 5px 0 0;
color: #787c82;
color: #646970;
font: normal 16px/1 dashicons;
vertical-align: text-bottom;
-webkit-font-smoothing: antialiased;
@@ -1173,7 +1173,7 @@ th.action-links {
.show-filters .wp-filter .button.drawer-toggle {
border-radius: 2px;
background: #787c82;
background: #646970;
color: #fff;
}