Make WordPress Core

Opened 5 weeks ago

Closed 5 weeks ago

#64807 closed defect (bug) (fixed)

[Admin Reskin] Active filter tab color on “Add Themes” and “Add Plugins” pages does not follow the new admin color scheme

Reported by: hbhalodia's profile hbhalodia Owned by: joedolson's profile joedolson
Milestone: 7.0 Priority: normal
Severity: normal Version: trunk
Component: Administration Keywords: admin-reskin has-patch commit
Focuses: css, administration Cc:

Description

Description

On a WordPress site using the new admin reskin, the active filter tab color on the “Add Themes” and “Add Plugins” pages still uses the old admin color scheme instead of the updated design color.

When selecting any filter tab (for example, Featured), the active tab highlight does not match the new admin UI colors and appears with the legacy styling. The active state should follow the new admin color scheme introduced with the admin reskin.

Steps to Reproduce

  1. Log in to the WordPress dashboard.
  2. Navigate to Dashboard → Plugins.
  3. Click Add Plugin.
  4. Select the Featured tab (or any other filter tab).
  5. Observe the active tab color.

See the screenshots attached.

To Validated, See the settings -> privacy page, You will notice new active tab color.

## Usage of AI Tools

  • Used to generate the title and description for clear messaging.

Attachments (3)

Screenshot 2026-03-05 at 4.20.21 PM.png (1.6 MB) - added by hbhalodia 5 weeks ago.
Themes page filter
Screenshot 2026-03-05 at 4.20.55 PM.png (498.5 KB) - added by hbhalodia 5 weeks ago.
Plugin page filter
Screenshot 2026-03-05 at 4.21.26 PM.png (388.6 KB) - added by hbhalodia 5 weeks ago.
Privacy policy page

Change History (11)

@hbhalodia
5 weeks ago

Themes page filter

@hbhalodia
5 weeks ago

Plugin page filter

@hbhalodia
5 weeks ago

Privacy policy page

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


5 weeks ago
#1

  • Keywords has-patch added

Trac ticket: https://core.trac.wordpress.org/ticket/64807

## Use of AI Tools

  • None

@mukesh27 commented on PR #11177:


5 weeks ago
#2

After PR:

https://github.com/user-attachments/assets/1c4456b5-8c25-49b4-a215-92591fab50b4

#3 @mukesh27
5 weeks ago

  • Focuses administration added; ui removed
  • Keywords commit added
  • Milestone changed from Awaiting Review to 7.0
  • Owner set to joedolson
  • Status changed from new to assigned

#4 @huzaifaalmesbah
5 weeks ago

  • Keywords admin-reskin added

#5 @huzaifaalmesbah
5 weeks ago

Looks Good

Before Apply Patch After Apply Patch ✅
https://i.ibb.co.com/sJkyfc47/Huzaifa-20260306103256.png https://i.ibb.co.com/F4BmP7n4/Huzaifa-20260306103652.png

#6 @noruzzaman
5 weeks ago

Test Report

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

Environment

  • WordPress: 7.0-beta2-20260305.110908
  • 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: macOS
  • Theme: Twenty Twenty-Five 1.4
  • MU Plugins: None activated
  • Plugins:
    • Test Reports 1.2.1

Actual Results

  1. ✅ Issue resolved with patch.
Before After
https://i.ibb.co.com/CTJQM3x/Before.png https://i.ibb.co.com/xPqJv5v/After.png

@shailu25 commented on PR #11177:


5 weeks ago
#7

BeforeAfter
https://github.com/user-attachments/assets/739857fb-372f-4980-8801-c8b70f8c22d9https://github.com/user-attachments/assets/a25b97d0-0ae2-4d28-b1c8-f3e3f1cf92f1

#8 @joedolson
5 weeks ago

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

In 61858:

Admin: Fix active filter tab link color.

Change the border color on active filter tab links to use the admin theme color.

Props hbhalodia, mukesh27, huzaifaalmesbah, noruzzaman, shailu25, joedolson.
Fixes #64807.

Note: See TracTickets for help on using tickets.