css: fix references to data-user attributes on <body> tag.

Fixup for 5e03c3d84.
This commit is contained in:
evazion
2020-01-05 16:41:42 -06:00
parent 4b33d5a1c9
commit ee212f8ebb
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ table article.post-preview {
}
/* Flagged posts have red borders for approvers. */
body[data-user-can-approve-posts="true"] .post-preview {
body[data-current-user-can-approve-posts="true"] .post-preview {
&.post-status-flagged img {
border-color: var(--preview-flagged-color);
}