Make WordPress Core

Changeset 61858


Ignore:
Timestamp:
03/06/2026 11:16:49 PM (7 weeks ago)
Author:
joedolson
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r61850 r61858  
    10871087.filter-links .current {
    10881088    box-shadow: none;
    1089     border-bottom: 4px solid #646970;
     1089    border-bottom: 4px solid var(--wp-admin-theme-color);
    10901090    color: #1d2327;
    10911091}
Note: See TracChangeset for help on using the changeset viewer.