Make WordPress Core

Changeset 61832


Ignore:
Timestamp:
03/04/2026 09:06:17 PM (3 days ago)
Author:
SergeyBiryukov
Message:

Admin Reskin: Correct color scheme for plugin and theme filters.

Props ocean90, niravsherasiya7707, noruzzaman, manishxdp, huzaifaalmesbah, SergeyBiryukov.
Fixes #64788.

File:
1 edited

Legend:

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

    r61784 r61832  
    10951095.show-filters .filter-links a.current:hover,
    10961096.show-filters .filter-links a.current:focus {
    1097     color: #135e96;
     1097    color: var(--wp-admin-theme-color);
    10981098}
    10991099
     
    11751175.wp-filter .drawer-toggle:focus:before {
    11761176    background-color: transparent;
    1177     color: #135e96;
     1177    color: var(--wp-admin-theme-color);
    11781178}
    11791179
     
    12351235.show-filters .wp-filter .drawer-toggle:hover,
    12361236.show-filters .wp-filter .drawer-toggle:focus {
    1237     background: #2271b1;
     1237    background: var(--wp-admin-theme-color);
    12381238}
    12391239
Note: See TracChangeset for help on using the changeset viewer.