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:
Andrea Fercia 2020-07-07 07:05:03 +00:00
parent ad1c6c9586
commit b7ed7cb184
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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.