Opened 7 years ago
Closed 7 years ago
#49018 closed defect (bug) (fixed)
Cleanup CSS for .language-chooser large Continue button
| Reported by: | garrett-eclipse | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.3.3 |
| Component: | Upgrade/Install | Version: | 5.3 |
| Severity: | normal | Keywords: | has-screenshots has-patch fixed-major |
| Cc: | Focuses: | ui, css, administration |
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
@
7 years ago
- Keywords has-patch added
- Milestone Awaiting Review → 5.3.3
- Owner set to
- Status new → accepted
Good catch @garrett-eclipse 👍
In 49018.diff:
- Install: fixes "Continue" button vertical alignment.
I only kept the font-size CSS declaration.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
current