css: fix references to data-user attributes on <body> tag.
Fixup for 5e03c3d84.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user