posts: fix flagged posts not having red thumbnail borders for approvers.

This commit is contained in:
evazion
2022-10-31 02:39:45 -05:00
parent 27e4ae3d33
commit 2341d8341d

View File

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