Accessibility: Reduce the WordPress shades of grey, first part.
See #35783. Built from https://develop.svn.wordpress.org/trunk@36537 git-svn-id: http://core.svn.wordpress.org/trunk@36504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -492,7 +492,7 @@ border color while dragging a file over the uploader drop area */
|
||||
content: "\f153";
|
||||
display: block;
|
||||
font: normal 16px/1 dashicons;
|
||||
color: #bbb;
|
||||
color: #b4b9be;
|
||||
}
|
||||
|
||||
.upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before,
|
||||
@@ -909,7 +909,9 @@ border color while dragging a file over the uploader drop area */
|
||||
|
||||
.media-disabled,
|
||||
.imgedit-settings .disabled {
|
||||
color: grey;
|
||||
/* WCAG 1.4.3 Text or images of text that are part of an inactive user
|
||||
interface component ... have no contrast requirement. */
|
||||
color: #a0a5aa;
|
||||
}
|
||||
|
||||
.A1B1 {
|
||||
|
||||
Reference in New Issue
Block a user