Accessibility: After [46337]: make the select elements background white also on hover, active, and focus states.

See #47477.
See #48128.

Built from https://develop.svn.wordpress.org/trunk@46340


git-svn-id: http://core.svn.wordpress.org/trunk@46139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-09-28 16:45:57 +00:00
parent 7d769a9234
commit 55b1dc642e
5 changed files with 3 additions and 9 deletions

View File

@ -323,19 +323,16 @@ input[type="radio"].disabled:checked:before {
}
.wp-admin select:hover {
background-color: #f3f5f6;
color: #007cba;
}
.wp-admin select:focus {
background-color: #f3f5f6;
border-color: #007cba;
color: #016087;
box-shadow: 0 0 0 1px #007cba;
}
.wp-admin select:active {
background-color: #eee;
border-color: #999;
box-shadow: none;
}

File diff suppressed because one or more lines are too long

View File

@ -323,19 +323,16 @@ input[type="radio"].disabled:checked:before {
}
.wp-admin select:hover {
background-color: #f3f5f6;
color: #007cba;
}
.wp-admin select:focus {
background-color: #f3f5f6;
border-color: #007cba;
color: #016087;
box-shadow: 0 0 0 1px #007cba;
}
.wp-admin select:active {
background-color: #eee;
border-color: #999;
box-shadow: none;
}

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-beta1-46339';
$wp_version = '5.3-beta1-46340';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.