Skip to content

Commit 38a932a

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@61762 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6d407c1 commit 38a932a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/css/edit.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ form#tags-filter {
828828

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
}
834834

@@ -902,7 +902,7 @@ form#tags-filter {
902902
border: none;
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
}
908908

0 commit comments

Comments
 (0)