Privacy: Update colors to match new color palette.
Follow-up to [50161]. Props xkon. Fixes #52436. Built from https://develop.svn.wordpress.org/trunk@50238 git-svn-id: http://core.svn.wordpress.org/trunk@49899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d4e4828d0a
commit
591845b4c9
|
@ -720,7 +720,7 @@ form#tags-filter {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 0 1rem;
|
margin: 0 0 1rem;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-bottom: 1px solid #e2e4e7;
|
border-bottom: 1px solid #dcdcde;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-title-section {
|
.privacy-settings-title-section {
|
||||||
|
@ -758,13 +758,13 @@ form#tags-filter {
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-tab:focus {
|
.privacy-settings-tab:focus {
|
||||||
color: #191e23;
|
color: #1d2327;
|
||||||
outline: 1px solid #6c7781;
|
outline: 1px solid #787c82;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-tab.active {
|
.privacy-settings-tab.active {
|
||||||
box-shadow: inset 0 -3px #007cba;
|
box-shadow: inset 0 -3px #3582c4;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -785,12 +785,12 @@ form#tags-filter {
|
||||||
|
|
||||||
/* Accordions */
|
/* Accordions */
|
||||||
.privacy-settings-accordion {
|
.privacy-settings-accordion {
|
||||||
border: 1px solid #ccd0d4;
|
border: 1px solid #c3c4c7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-heading {
|
.privacy-settings-accordion-heading {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-top: 1px solid #ccd0d4;
|
border-top: 1px solid #c3c4c7;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -804,7 +804,7 @@ form#tags-filter {
|
||||||
.privacy-settings-accordion-trigger {
|
.privacy-settings-accordion-trigger {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: #32373c;
|
color: #2c3338;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -820,16 +820,16 @@ form#tags-filter {
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger:hover,
|
.privacy-settings-accordion-trigger:hover,
|
||||||
.privacy-settings-accordion-trigger:active {
|
.privacy-settings-accordion-trigger:active {
|
||||||
background: #f8f9f9;
|
background: #f6f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger:focus {
|
.privacy-settings-accordion-trigger:focus {
|
||||||
color: #191e23;
|
color: #1d2327;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
outline-offset: -1px;
|
outline-offset: -1px;
|
||||||
outline: 2px solid #0071a1;
|
outline: 2px solid #2271b1;
|
||||||
background-color: #f8f9f9;
|
background-color: #f6f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .title {
|
.privacy-settings-accordion-trigger .title {
|
||||||
|
@ -840,7 +840,7 @@ form#tags-filter {
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .icon,
|
.privacy-settings-accordion-trigger .icon,
|
||||||
.privacy-settings-view-read .icon {
|
.privacy-settings-view-read .icon {
|
||||||
border: solid #555d66;
|
border: solid #50575e;
|
||||||
border-width: 0 0 2px 2px;
|
border-width: 0 0 2px 2px;
|
||||||
height: 0.5rem;
|
height: 0.5rem;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
@ -853,33 +853,33 @@ form#tags-filter {
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge {
|
.privacy-settings-accordion-trigger .badge {
|
||||||
padding: 0.1rem 0.5rem 0.15rem;
|
padding: 0.1rem 0.5rem 0.15rem;
|
||||||
color: #32373c;
|
color: #2c3338;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge.blue {
|
.privacy-settings-accordion-trigger .badge.blue {
|
||||||
border: 1px solid #bfe7f3;
|
border: 1px solid #c5d9ed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge.orange {
|
.privacy-settings-accordion-trigger .badge.orange {
|
||||||
border: 1px solid #ffb900;
|
border: 1px solid #dba617;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge.red {
|
.privacy-settings-accordion-trigger .badge.red {
|
||||||
border: 1px solid #dc3232;
|
border: 1px solid #d63638;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge.green {
|
.privacy-settings-accordion-trigger .badge.green {
|
||||||
border: 1px solid #46b450;
|
border: 1px solid #00a32a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge.purple {
|
.privacy-settings-accordion-trigger .badge.purple {
|
||||||
border: 1px solid #826eb4;
|
border: 1px solid #2271b1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge.gray {
|
.privacy-settings-accordion-trigger .badge.gray {
|
||||||
border: 1px solid #ccd0d4;
|
border: 1px solid #c3c4c7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger[aria-expanded="true"] .icon,
|
.privacy-settings-accordion-trigger[aria-expanded="true"] .icon,
|
||||||
|
@ -908,7 +908,7 @@ form#tags-filter {
|
||||||
|
|
||||||
.privacy-settings-accordion-actions .success {
|
.privacy-settings-accordion-actions .success {
|
||||||
display: none;
|
display: none;
|
||||||
color: #40860a;
|
color: #008a20;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
}
|
}
|
||||||
|
@ -936,7 +936,7 @@ form#tags-filter {
|
||||||
.privacy-settings-accordion-panel div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p) {
|
.privacy-settings-accordion-panel div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p) {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-right: 2px solid gray;
|
border-right: 2px solid #787c82;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Media queries */
|
/* Media queries */
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -719,7 +719,7 @@ form#tags-filter {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 0 1rem;
|
margin: 0 0 1rem;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-bottom: 1px solid #e2e4e7;
|
border-bottom: 1px solid #dcdcde;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-title-section {
|
.privacy-settings-title-section {
|
||||||
|
@ -757,13 +757,13 @@ form#tags-filter {
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-tab:focus {
|
.privacy-settings-tab:focus {
|
||||||
color: #191e23;
|
color: #1d2327;
|
||||||
outline: 1px solid #6c7781;
|
outline: 1px solid #787c82;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-tab.active {
|
.privacy-settings-tab.active {
|
||||||
box-shadow: inset 0 -3px #007cba;
|
box-shadow: inset 0 -3px #3582c4;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -784,12 +784,12 @@ form#tags-filter {
|
||||||
|
|
||||||
/* Accordions */
|
/* Accordions */
|
||||||
.privacy-settings-accordion {
|
.privacy-settings-accordion {
|
||||||
border: 1px solid #ccd0d4;
|
border: 1px solid #c3c4c7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-heading {
|
.privacy-settings-accordion-heading {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-top: 1px solid #ccd0d4;
|
border-top: 1px solid #c3c4c7;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -803,7 +803,7 @@ form#tags-filter {
|
||||||
.privacy-settings-accordion-trigger {
|
.privacy-settings-accordion-trigger {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: #32373c;
|
color: #2c3338;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -819,16 +819,16 @@ form#tags-filter {
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger:hover,
|
.privacy-settings-accordion-trigger:hover,
|
||||||
.privacy-settings-accordion-trigger:active {
|
.privacy-settings-accordion-trigger:active {
|
||||||
background: #f8f9f9;
|
background: #f6f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger:focus {
|
.privacy-settings-accordion-trigger:focus {
|
||||||
color: #191e23;
|
color: #1d2327;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
outline-offset: -1px;
|
outline-offset: -1px;
|
||||||
outline: 2px solid #0071a1;
|
outline: 2px solid #2271b1;
|
||||||
background-color: #f8f9f9;
|
background-color: #f6f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .title {
|
.privacy-settings-accordion-trigger .title {
|
||||||
|
@ -839,7 +839,7 @@ form#tags-filter {
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .icon,
|
.privacy-settings-accordion-trigger .icon,
|
||||||
.privacy-settings-view-read .icon {
|
.privacy-settings-view-read .icon {
|
||||||
border: solid #555d66;
|
border: solid #50575e;
|
||||||
border-width: 0 2px 2px 0;
|
border-width: 0 2px 2px 0;
|
||||||
height: 0.5rem;
|
height: 0.5rem;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
@ -852,33 +852,33 @@ form#tags-filter {
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge {
|
.privacy-settings-accordion-trigger .badge {
|
||||||
padding: 0.1rem 0.5rem 0.15rem;
|
padding: 0.1rem 0.5rem 0.15rem;
|
||||||
color: #32373c;
|
color: #2c3338;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge.blue {
|
.privacy-settings-accordion-trigger .badge.blue {
|
||||||
border: 1px solid #bfe7f3;
|
border: 1px solid #c5d9ed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge.orange {
|
.privacy-settings-accordion-trigger .badge.orange {
|
||||||
border: 1px solid #ffb900;
|
border: 1px solid #dba617;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge.red {
|
.privacy-settings-accordion-trigger .badge.red {
|
||||||
border: 1px solid #dc3232;
|
border: 1px solid #d63638;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge.green {
|
.privacy-settings-accordion-trigger .badge.green {
|
||||||
border: 1px solid #46b450;
|
border: 1px solid #00a32a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge.purple {
|
.privacy-settings-accordion-trigger .badge.purple {
|
||||||
border: 1px solid #826eb4;
|
border: 1px solid #2271b1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger .badge.gray {
|
.privacy-settings-accordion-trigger .badge.gray {
|
||||||
border: 1px solid #ccd0d4;
|
border: 1px solid #c3c4c7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy-settings-accordion-trigger[aria-expanded="true"] .icon,
|
.privacy-settings-accordion-trigger[aria-expanded="true"] .icon,
|
||||||
|
@ -907,7 +907,7 @@ form#tags-filter {
|
||||||
|
|
||||||
.privacy-settings-accordion-actions .success {
|
.privacy-settings-accordion-actions .success {
|
||||||
display: none;
|
display: none;
|
||||||
color: #40860a;
|
color: #008a20;
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
}
|
}
|
||||||
|
@ -935,7 +935,7 @@ form#tags-filter {
|
||||||
.privacy-settings-accordion-panel div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p) {
|
.privacy-settings-accordion-panel div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p) {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-left: 2px solid gray;
|
border-left: 2px solid #787c82;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Media queries */
|
/* Media queries */
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.7-beta1-50237';
|
$wp_version = '5.7-beta1-50238';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue