Opened 10 days ago
Closed 2 days ago
#64879 closed defect (bug) (fixed)
Admin reskin: Login page still uses legacy hover colors for links
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | Administration | Keywords: | admin-reskin has-patch |
| Focuses: | Cc: |
Description
The new modern default color should be used for the following links in the login page:
- Lost your password?
- ← Go to {site_name}
- Log in
Attachments (3)
Change History (17)
This ticket was mentioned in PR #11284 on WordPress/wordpress-develop by @nikunj8866.
10 days ago
#1
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/64879
## Use of AI Tools
#2
@
10 days ago
Patch Testing Report
Patch Tested: https://github.com/WordPress/wordpress-develop/pull/11284
Updated my screenshots based on the latest commit on the PR
Environment
- WordPress: 7.0-beta5-61991-src
- PHP: 8.2.29
- Server: nginx/1.29.4
- Database: mysqli (Server: 8.4.7 / Client: mysqlnd 8.2.29)
- Browser: Chrome 145.0.0.0
- OS: macOS
- Theme: Twenty Twenty-Five 1.4
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.1
- WP Button Variations Checker 1.1.0
Steps taken
- View the WP login screen
- Observe that the links below the input fields are displayed in hard-coded
#135e96text color - Apply the patch
- Observe that the links are now displayed with the text color
--wp-admin-theme-colorand--wp-admin-theme-color-darker-20when hovered - ✅ Patch is solving the problem
Screenshots/Screencast with results
@huzaifaalmesbah commented on PR #11284:
10 days ago
#3
@wildworks commented on PR #11284:
10 days ago
#4
@nikunj8866 Thanks for working on this.
Please note that only the color needs to be changed here. Any other changes are outside the scope of this ticket.
@nikunj8866 commented on PR #11284:
10 days ago
#5
I've added text-decoration: none; and set the link color to match the default theme color.
@shailu25 commented on PR #11284:
10 days ago
#7
@wildworks commented on PR #11284:
9 days ago
#8
#10
@
5 days ago
- Summary changed from Admin resking: Login page still uses legacy hover colors for links to Admin reskin: Login page still uses legacy hover colors for links
#11
@
5 days ago
On the login screen, link hover colors still use old styles, which looks inconsistent with the updated admin UI. This is noticeable on links like “Lost your password?” and “← Go to site”.
The patch fixes this and matches the new design.
Before applying the patch:-
https://prnt.sc/3_wCrH9YyArB
After applying the patch:-
https://prnt.sc/hmNomFQxTG3K
#12
@
5 days ago
I don't think we should do too much with this ticket. We're on the verge of releasing 7.0 RC1. I think we should ship minimal fixes into 7.0. Whether or not we should add an underline can be considered in a follow-up.



Link in hover state