Skip to content

Commit 333bf39

Browse files
Admin Reskin: Correct color scheme for Site Health animation and blue badges.
Props huzaifaalmesbah, niravsherasiya7707, noruzzaman. Fixes #64772. git-svn-id: https://develop.svn.wordpress.org/trunk@61807 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b6c1bb7 commit 333bf39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/css/edit.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ form#tags-filter {
941941

942942
.privacy-settings-accordion-trigger .badge.blue,
943943
.health-check-accordion-trigger .badge.blue {
944-
border: 1px solid #72aee6;
944+
border: 1px solid var(--wp-admin-theme-color);
945945
}
946946

947947
.privacy-settings-accordion-trigger .badge.orange,

src/wp-admin/css/site-health.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ are styled in the Privacy section of edit.css */
8383
stroke: #c3c4c7;
8484
}
8585
50% {
86-
stroke: #72aee6;
86+
stroke: var(--wp-admin-theme-color);
8787
}
8888
100% {
8989
stroke: #c3c4c7;

0 commit comments

Comments
 (0)