Make WordPress Core

Changeset 61762


Ignore:
Timestamp:
02/27/2026 08:59:43 PM (6 weeks ago)
Author:
joedolson
Message:

Admin: Update admin colors on Privacy Policy screen.

Update the color used for the active privacy policy tab and focused privacy disclosure accordion title.

Props wildworks, hbhalodia, huzaifaalmesbah, noruzzaman, joedolson.
Fixes #64747.

File:
1 edited

Legend:

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

    r61742 r61762  
    829829.privacy-settings-tab.active,
    830830.health-check-tab.active {
    831     box-shadow: inset 0 -3px #3582c4;
     831    box-shadow: inset 0 -3px var(--wp-admin-theme-color);
    832832    font-weight: 600;
    833833}
     
    903903    box-shadow: none;
    904904    outline-offset: -1px;
    905     outline: 2px solid #2271b1;
     905    outline: 2px solid var(--wp-admin-theme-color);
    906906    background-color: #f6f7f7;
    907907}
Note: See TracChangeset for help on using the changeset viewer.