Skip to content

Commit

Permalink
Administration: Fix typo in forms.css after [46866].
Browse files Browse the repository at this point in the history
A stray `e` made browsers ignore a CSS ruleset preventing select elements from changing color on hover.

Props ryokuhi.
See #48420.
Fixes #50580.


git-svn-id: https://develop.svn.wordpress.org/trunk@48362 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
afercia committed Jul 7, 2020
1 parent 7166def commit f76d103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/css/forms.css
Expand Up @@ -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;
Expand Down

0 comments on commit f76d103

Please sign in to comment.