Accessibility: Improve the color contrast ratio of the expandable panel "handles".

Fixes #35923.
Built from https://develop.svn.wordpress.org/trunk@36959


git-svn-id: http://core.svn.wordpress.org/trunk@36927 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2016-03-10 21:44:26 +00:00
parent a6e66c0cfc
commit 899edd87da
21 changed files with 69 additions and 29 deletions

View File

@@ -1561,7 +1561,7 @@ form.upgrade .hint {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none !important;
color: #b4b9be;
color: #72777c;
}
#screen-meta-links .screen-meta-active:after {
@@ -3055,21 +3055,26 @@ img {
text-decoration: none !important;
}
.widget-action,
.handlediv,
.item-edit,
.sidebar-name-arrow,
.accordion-section-title:after {
color: #a0a5aa;
color: #72777c;
}
.widget-action:hover,
.widget-action {
color: #555d66; /* #fafafa background in the Widgets screen */
}
.widget-top:hover .widget-action,
.widget-action:focus,
.handlediv:hover,
.handlediv:focus,
.item-edit:hover,
.item-edit:focus,
.sidebar-name:hover .sidebar-name-arrow,
.accordion-section-title:hover:after {
color: #555d66;
color: #23282d;
}
.widget-top a.widget-action:after {