Opened 11 years ago
Closed 11 years ago
#26289 closed defect (bug) (fixed)
Color Picker bugs.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
.wp-color-result.wp-picker-open
has top: 0, causing a 1px jump when opening/closing.- in the new 3.8 UI - the text in the field is larger and overflows the fixed with of this field. It would be nicer to reduce the text size so it fits.
- When used outside of the theme customizer, the input field .wp-color-picker has no styling.
To recreate 3. Create a text input and use the JS like so: jQuery('input.my-colorpicker').wpColorPicker();
This patch
- applies top: 0 to
.wp-color-result
(open and closed) - Reduces text size in hex-value field
- Moves hex-value-field styles to main customizer styles.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 26435: