Privacy: Show a success message for personal data erasure.

Props garrett-eclipse, allendav, birgire, JoshuaWold, karmatosed, pputzer.
Fixes #44135.
Built from https://develop.svn.wordpress.org/trunk@46264


git-svn-id: http://core.svn.wordpress.org/trunk@46076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-09-23 19:13:58 +00:00
parent f14fc1392c
commit 255b1d6e3f
8 changed files with 17 additions and 7 deletions

View File

@@ -1156,6 +1156,10 @@ table.form-table td .updated p {
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.privacy_requests .row-actions {
color: #72777c;
}
.privacy_requests tbody .has-request-results th {
box-shadow: none;
}