mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 07:51:49 +01:00
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:
parent
7d769a9234
commit
55b1dc642e
@ -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;
|
||||
}
|
||||
|
2
wp-admin/css/forms-rtl.min.css
vendored
2
wp-admin/css/forms-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
2
wp-admin/css/forms.min.css
vendored
2
wp-admin/css/forms.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user