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.
Built from https://develop.svn.wordpress.org/trunk@61762


git-svn-id: http://core.svn.wordpress.org/trunk@61068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson
2026-02-27 21:00:43 +00:00
parent d7483f0314
commit a0b91785e2
5 changed files with 7 additions and 7 deletions

View File

@@ -829,7 +829,7 @@ form#tags-filter {
.privacy-settings-tab.active,
.health-check-tab.active {
box-shadow: inset 0 -3px #3582c4;
box-shadow: inset 0 -3px var(--wp-admin-theme-color);
font-weight: 600;
}
@@ -903,7 +903,7 @@ form#tags-filter {
border: none;
box-shadow: none;
outline-offset: -1px;
outline: 2px solid #2271b1;
outline: 2px solid var(--wp-admin-theme-color);
background-color: #f6f7f7;
}

File diff suppressed because one or more lines are too long

View File

@@ -828,7 +828,7 @@ form#tags-filter {
.privacy-settings-tab.active,
.health-check-tab.active {
box-shadow: inset 0 -3px #3582c4;
box-shadow: inset 0 -3px var(--wp-admin-theme-color);
font-weight: 600;
}
@@ -902,7 +902,7 @@ form#tags-filter {
border: none;
box-shadow: none;
outline-offset: -1px;
outline: 2px solid #2271b1;
outline: 2px solid var(--wp-admin-theme-color);
background-color: #f6f7f7;
}

File diff suppressed because one or more lines are too long