[wp-trac] [WordPress Trac] #64761: Admin Reskin: Change color picker height to 40px
WordPress Trac
noreply at wordpress.org
Mon Mar 30 06:24:56 UTC 2026
#64761: Admin Reskin: Change color picker height to 40px
-------------------------------------------------+-------------------------
Reporter: wildworks | Owner: audrasjb
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 7.0
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: admin-reskin has-patch changes- | Focuses:
requested |
-------------------------------------------------+-------------------------
Comment (by rcorrales):
Tested https://github.com/WordPress/wordpress-develop/pull/11385 on trunk,
macOS/Chrome.
Confirmed on trunk: color picker elements are still at 30px while the
admin reskin updated other inputs/buttons to 40px.
With the patch, all color picker elements (Select Color button, hex input,
Default/Clear button) update to 32px consistently. Tested in:
1. Twenty Fifteen Customizer (Colors section, Background Color +
Header/Sidebar Text Color + Header/Sidebar Background Color). All three
pickers render at 32px, internally aligned.
2. Twenty Twenty-One Customizer (Colors & Dark Mode). Same, Select Color +
hex input + Default all at 32px.
3. Custom plugin settings page with `wp_color_picker` placed side by side
with a regular `text` input. The color picker (32px) is closer to the text
input (40px) than before (was 30px vs 40px). The 8px remaining gap is
expected per the design discussion.
No regressions or overflow/scrollbar issues, text is vertically centered
in buttons, color picker widget renders correctly.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64761#comment:19>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list