#38787 closed defect (bug) (fixed)
Add line-height to new customizer shortcut pencil icons
Reported by: | jbobich | Owned by: | westonruter |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | Customize | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
Not a huge deal, but if a theme is styling general buttons (as many themes are) any declared line-height will affect the new shortcut pencil icons in the customizer, possibly making them look a bit off. This is because no line-height is specified on these shortcut pencil icons.
I'm referring to specifically:
.customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button { ... }
... in wp-includes/css/customize-preview.css.
Simply declaring a line-height there would fix this, for a more consistent customizer experience with this great, little new feature.
Apologies, if I'm not explaining clearly. See attached screenshot.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Screenshot showing issue