[wp-trac] [WordPress Trac] #51282: Select element does not honor admin color scheme on hover
WordPress Trac
noreply at wordpress.org
Wed Sep 9 18:56:21 UTC 2020
#51282: Select element does not honor admin color scheme on hover
----------------------------+-----------------------------
Reporter: vaakash | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 5.5.1
Severity: minor | Keywords: needs-patch
Focuses: ui, css |
----------------------------+-----------------------------
When select elements are hovered, the text color changes to the "default
color scheme" and not to the color scheme selected bu the user.
For example, the user has selected "sunrise" color scheme the hover color
on the select element should be from the "red/orange" palette. But it has
the default color scheme's blue color.
Since all other inputs honor the color scheme color select element should
also follow the same.
The fix should be that below selector should be added in color scheme CSS
files with the respective scheme color.
{{{
.wp-core-ui select:hover {
color: #007cba;
}
}}}
[[Image(https://i.snipboard.io/RMaoLd.jpg)]]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51282>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list