#47757 closed defect (bug) (fixed)
Icon is misaligned in "Hide" button on installation screen
Reported by: | johnbillion | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Upgrade/Install | Keywords: | has-screenshots good-first-bug has-patch |
Focuses: | Cc: |
Description (last modified by )
Attachments (2)
Change History (11)
#4
@
5 years ago
- Keywords has-patch added; needs-patch removed
- Milestone changed from Awaiting Review to 5.3
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
#6
@
5 years ago
Incidentally, fixing #35776 also fixes this (after removing .wp-hide-pw > .dashicons { line-height: inherit; }
, as there are some styles for this button currently used in the admin, but not on the installation screen.
Note: See
TracTickets for help on using
tickets.
Appears to be a regression in [45476], which changed
line-height: 26px;
for.wp-core-ui .button
toline-height: 2;
. The resulting value for.wp-hide-pw > .dashicons
is now 40px instead of 20px.