Make WordPress Core

Opened 6 months ago

Closed 6 months ago

#64772 closed defect (bug) (fixed)

[Admin Reskin] Site Health loadingPulse animation and blue badges use old color scheme

Reported by: huzaifaalmesbah Owned by: SergeyBiryukov
Priority: normal Milestone: 7.0
Component: Site Health Version:
Severity: normal Keywords: admin-reskin has-patch
Cc: Focuses: ui, css

Description

In Tools → Site Health, some UI elements still use legacy color values instead of the updated Admin Reskin tokens.

Specifically:

  • The .site-health-progress loadingPulse animation uses the old blue color.
  • .health-check-accordion-trigger .badge.blue

These elements rely on old color values (e.g. #72aee6) instead of standardized admin CSS variables.

Steps to reproduce:

  1. Go to Tools → Site Health.
  2. Observe the loading indicator (“Results are still loading…”).
  3. and Observe the "Security" badge inside the accordion.

Attachments (1)

Huzaifa-20260302094508.png (857.1 KB ) - added by huzaifaalmesbah 6 months ago.

Download all attachments as: .zip

Change History (5)

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


6 months ago
#1

  • Keywords has-patch added

#2 @noruzzaman
6 months ago

Test Report

Patch tested: https://github.com/WordPress/wordpress-develop/pull/11124

Environment

  • WordPress: 7.0-beta2-20260303.214707
  • PHP: 7.4.33
  • Server: PHP.wasm
  • Database: WP_SQLite_Driver (Server: 8.0.38 / Client: 3.51.0)
  • Browser: Chrome 145.0.0.0
  • OS: Windows 10/11
  • Theme: Twenty Eleven 5.0
  • MU Plugins: None activated
  • Plugins:
    • Test Reports 1.2.1

Actual Results

  1. ✅ Issue resolved with patch.
Before After
https://i.ibb.co/Q7jYzG7M/before.png https://i.ibb.co/kVRDP6zY/after.png

#3 @SergeyBiryukov
6 months ago

  • Milestone Awaiting Review7.0

#4 @SergeyBiryukov
6 months ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 61807:

Admin Reskin: Correct color scheme for Site Health animation and blue badges.

Props huzaifaalmesbah, niravsherasiya7707, noruzzaman.
Fixes #64772.

Note: See TracTickets for help on using tickets.