Administration: Fix typo in `forms.css` after [46866].
A stray `e` made browsers ignore a CSS ruleset preventing select elements from changing color on hover. Props ryokuhi. See #48420. Fixes #50580. Built from https://develop.svn.wordpress.org/trunk@48362 git-svn-id: http://core.svn.wordpress.org/trunk@48131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ad1c6c9586
commit
b7ed7cb184
|
@ -325,7 +325,7 @@ input[type="radio"].disabled:checked:before {
|
|||
background-size: 16px 16px;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
}e
|
||||
}
|
||||
|
||||
.wp-core-ui select:hover {
|
||||
color: #007cba;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -324,7 +324,7 @@ input[type="radio"].disabled:checked:before {
|
|||
background-size: 16px 16px;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
}e
|
||||
}
|
||||
|
||||
.wp-core-ui select:hover {
|
||||
color: #007cba;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-48361';
|
||||
$wp_version = '5.5-alpha-48362';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue