Make WordPress Core

Opened 19 hours ago

Last modified 69 minutes ago

#64961 accepted defect (bug)

Language dropdown shows old hover/focus color on setup screen

Reported by: huzaifaalmesbah's profile huzaifaalmesbah Owned by: audrasjb's profile audrasjb
Milestone: 7.0 Priority: normal
Severity: normal Version: trunk
Component: Upgrade/Install Keywords: admin-reskin has-patch commit dev-reviewed
Focuses: ui, css Cc:

Description

On the WordPress install screen (/wp-admin/setup-config.php), the language selector dropdown uses the old color for hover and focus states instead of the updated admin color.

.language-chooser select option:hover,
.language-chooser select option:focus {
  color: #0a4b78;
}

Attachments (1)

Huzaifa-20260327003806.png (789.3 KB) - added by huzaifaalmesbah 19 hours ago.

Download all attachments as: .zip

Change History (6)

#1 @audrasjb
18 hours ago

  • Focuses ui css added
  • Keywords admin-reskin added
  • Milestone changed from Awaiting Review to 7.0
  • Owner set to audrasjb
  • Status changed from new to accepted
  • Version set to trunk

This ticket was mentioned in PR #11370 on WordPress/wordpress-develop by @noruzzaman.


10 hours ago
#2

  • Keywords has-patch added

#4 @audrasjb
6 hours ago

  • Keywords commit dev-feedback added

Thanks for the patch.
This looks good for commit.

Waiting for a second committer sign-off.

#5 @SergeyBiryukov
69 minutes ago

  • Keywords dev-reviewed added; dev-feedback removed

Looks good to me 👍

Note: See TracTickets for help on using tickets.