Opened 5 years ago
Closed 5 years ago
#49018 closed defect (bug) (fixed)
Cleanup CSS for .language-chooser large Continue button
Reported by: | garrett-eclipse | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 5.3.3 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Upgrade/Install | Keywords: | has-screenshots has-patch fixed-major |
Focuses: | ui, css, administration | Cc: |
Description
Hello,
While doing a test install of 5.3.2 RC1 I noticed the 'Continue' word on the first step of the install process wasn't vertically aligned. Inspecting I found it has custom height, font-size, line-height and vertical-align.
At minimum removing the line-height resolves the issue but am wondering if it needs the custom height and font as well.
CSS I'm speaking of;
https://github.com/WordPress/WordPress/blob/db18e7d50b02972431185ff842b9993770893a61/wp-admin/css/install.css#L117-L122
Cheers
Attachments (5)
Change History (10)
#2
@
5 years ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 5.3.3
- Owner set to audrasjb
- Status changed from new to accepted
Good catch @garrett-eclipse 👍
In 49018.diff
:
- Install: fixes "Continue" button vertical alignment.
I only kept the font-size CSS declaration.
Note: See
TracTickets for help on using
tickets.
current