Privacy: Make the progress indicator for export and erasure visible even if not hovered over.

Follow-up to [47246].

Props pbiron, garrett-eclipse.
Fixes #44264.
Built from https://develop.svn.wordpress.org/trunk@47395


git-svn-id: http://core.svn.wordpress.org/trunk@47182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-02-29 23:45:07 +00:00
parent 46674e2367
commit fcff974c33
7 changed files with 35 additions and 16 deletions

View File

@@ -1207,6 +1207,10 @@ table.form-table td .updated p {
color: #72777c;
}
.privacy_requests .row-actions.processing {
position: static;
}
.privacy_requests tbody .has-request-results th {
box-shadow: none;
}