Make WordPress Core

Opened 3 months ago

Closed 3 months ago

#64961 closed defect (bug) (fixed)

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: 7.0
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 3 months ago.

Download all attachments as: .zip

Change History (10)

#1 @audrasjb
3 months 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.


3 months ago
#2

  • Keywords has-patch added

#4 @audrasjb
3 months ago

  • Keywords commit dev-feedback added

Thanks for the patch.
This looks good for commit.

Waiting for a second committer sign-off.

#5 @SergeyBiryukov
3 months ago

  • Keywords dev-reviewed added; dev-feedback removed

Looks good to me 👍

#6 @audrasjb
3 months ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 62163:

Upgrade/Install: Use new default admin color scheme for language dropdown on the setup screen.

This changeset ensures the hover/focus color of the setup screen's language dropdown use the new default admin color scheme.

Reviewed by SergeyBiryukov.
Props huzaifaalmesbah, noruzzaman.
Fixes #64961.
See #64308.

#7 @jorbin
3 months ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopening to ensure it gets committed to the 7.1 branch as well.

#8 @audrasjb
3 months ago

Reopening for 7.0 backport.

#9 @audrasjb
3 months ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 62164:

Upgrade/Install: Use new default admin color scheme for language dropdown on the setup screen.

This changeset ensures the hover/focus color of the setup screen's language dropdown use the new default admin color scheme.

Reviewed by SergeyBiryukov.
Merges [62163] to the 7.0 branch.

Props huzaifaalmesbah, noruzzaman.
Fixes #64961.
See #64308.

Note: See TracTickets for help on using tickets.