Privacy: Denote removed suggested privacy policy text in a more noticeable way.

Props garrett-eclipse, sabernhardt, audrasjb.
Fixes #51435.
Built from https://develop.svn.wordpress.org/trunk@49170


git-svn-id: http://core.svn.wordpress.org/trunk@48932 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-10-16 01:29:09 +00:00
parent 00725c7015
commit 81ce3c1335
5 changed files with 29 additions and 5 deletions

View File

@ -726,7 +726,19 @@ form#tags-filter {
.text-removed .policy-text {
color: #666;
font-weight: 600;
font-weight: 300;
padding-right: 1em;
border-right: 3px solid #ffb900;
}
.text-removed .policy-text h1,
.text-removed .policy-text h2,
.text-removed .policy-text h3,
.text-removed .policy-text h4,
.text-removed .policy-text h5,
.text-removed .policy-text h6 {
color: #39424a;
font-weight: 500;
}
.privacy-text-actions {

File diff suppressed because one or more lines are too long

View File

@ -725,7 +725,19 @@ form#tags-filter {
.text-removed .policy-text {
color: #666;
font-weight: 600;
font-weight: 300;
padding-left: 1em;
border-left: 3px solid #ffb900;
}
.text-removed .policy-text h1,
.text-removed .policy-text h2,
.text-removed .policy-text h3,
.text-removed .policy-text h4,
.text-removed .policy-text h5,
.text-removed .policy-text h6 {
color: #39424a;
font-weight: 500;
}
.privacy-text-actions {

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-alpha-49169';
$wp_version = '5.6-alpha-49170';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.