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

See #47477.
See #48128.


git-svn-id: https://develop.svn.wordpress.org/trunk@46340 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-09-28 16:44:09 +00:00
parent 8408e42de9
commit d020b72508
1 changed files with 0 additions and 3 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;
}