Opened 4 years ago
Closed 4 years ago
#52230 closed defect (bug) (fixed)
Color scheme CSS in customizer is overridden by defaults
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | 5.5 |
Component: | Customize | Keywords: | has-patch has-screenshots commit |
Focuses: | ui, css | Cc: |
Description
In [48371], the color scheme colors were applied to the customizer, but they seem to be overridden by higher specificity defaults. As written, the styles also need some cleanup (the highlight color shouldn't be used as a text color in most schemes). The Preview button on small screens is missing a top border on hover.
Attachments (4)
Change History (11)
This ticket was mentioned in Slack in #core by metalandcoffee. View the logs.
4 years ago
#4
@
4 years ago
- Keywords needs-refresh added
Hi,
I forced the patch to test it. It looks good to me, but we'll have to refresh it against trunk. @ryelle if you still have the branch locally, would you mind updating your patch? Otherwise, I should be able to refresh it manually :)
Note: See
TracTickets for help on using
tickets.
The color scheme tweaks are visible on hover/focus — for example hovering over the panel titles, or the back/close buttons, focusing the media upload button.
I think the patch matches the intent from #50547, styling the borders with the
button-color
(which is usually the highlight-color, but in the light blue scheme it's a yellow accent), and uses thelink
color for the text so it stays readable on the white background.