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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
2
wp-admin/css/edit-rtl.min.css
vendored
2
wp-admin/css/edit-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
2
wp-admin/css/edit.min.css
vendored
2
wp-admin/css/edit.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user