[wp-trac] [WordPress Trac] #48269: WordPress beta 5.3 - Customizer - Height of input and select are not same.
WordPress Trac
noreply at wordpress.org
Sat Oct 19 17:53:50 UTC 2019
#48269: WordPress beta 5.3 - Customizer - Height of input and select are not same.
--------------------------+--------------------------------
Reporter: veminom | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.3
Component: Customize | Version: trunk
Severity: normal | Resolution:
Keywords: dev-feedback | Focuses: ui, accessibility
--------------------------+--------------------------------
Changes (by dlh):
* keywords: reporter-feedback => dev-feedback
* focuses: ui => ui, accessibility
* version: => trunk
* milestone: Awaiting Review => 5.3
Comment:
Thanks for your detailed explanation, @veminom!
I wonder whether I could ask for help from the accessibility team in
understanding the correct approach here.
`.customize-control select` is still set to `height: 28px;`. Based on the
recent CSS changes, it seems like that should be changed to `min-height:
28px;`
However, other inputs have been changed to `min-height: 30px` in the
recent CSS changes, and the dev note published at
https://make.wordpress.org/core/2019/10/18/noteworthy-admin-css-changes-
in-wordpress-5-3/ says that selects should now have a `min-height: 30px;`.
But, as far as I can see, they're `28px`.
So:
1. What is the correct update to the Customize CSS?
2. Is it intentional that the select `min-height` be different than
inputs?
Adding this to the 5.3 milestone and adding the #accessibility focus for
visibility.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48269#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list