Opened 12 months ago
Closed 12 months ago
#49543 closed defect (bug) (fixed)
Missing color picker's clear-button styling
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
Description
Hello!
I noticed that when the WordPress color picker is created without a default value, the "clear" button shows up instead. That's great!
The problem is that it isn't styled, so the button isn't aligned correctly.
To resolve this, the clear button's class (.wp-picker-input-wrap .button.wp-picker-clear
) should have the same styles as the default button's class (.wp-picker-input-wrap .button.wp-picker-default
).
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
I couldn't find the
/wp-admin/css/color-picker-rtl.css
stylesheet in the SVN repo. But the same changes should be implemented for those.