Accessibility: Improve color contrast updating any #999 gray used for text or icons to a darker gray.

Fixes #35660.
Built from https://develop.svn.wordpress.org/trunk@36587


git-svn-id: http://core.svn.wordpress.org/trunk@36554 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2016-02-19 18:44:27 +00:00
parent 6b775d4afe
commit 30866ceb5d
51 changed files with 77 additions and 67 deletions
+2 -1
View File
@@ -461,6 +461,7 @@ div#widgets-right .widget-top:hover,
transition: background 0.2s ease-in-out;
}
/* @todo looks like these hover/focus states are overridden by .widgets-chooser-selected */
.widgets-chooser li:hover,
.widgets-chooser li:focus {
background: rgba(255,255,255,0.7);
@@ -471,7 +472,7 @@ div#widgets-right .widget-top:hover,
display: block;
-webkit-font-smoothing: antialiased;
font: normal 26px/1 dashicons;
color: #999;
color: #555d66;
position: absolute;
top: 7px;
left: 5px;