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

Props garrett-eclipse, sabernhardt, audrasjb.
Fixes #51435.

git-svn-id: https://develop.svn.wordpress.org/trunk@49170 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-10-16 01:27:14 +00:00
parent 01e62f0cc3
commit 901edbe510

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 {