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:
@@ -453,7 +453,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-user-info .username {
|
||||
color: #999;
|
||||
color: #a0a5aa;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
@@ -906,7 +906,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
overflow: hidden;
|
||||
width: 52px;
|
||||
padding: 0;
|
||||
color: #999;
|
||||
color: #a0a5aa; /* @todo not needed? this text is hidden */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user