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:
parent
8408e42de9
commit
d020b72508
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user