1
0
mirror of https://github.com/flarum/core.git synced 2025-08-18 22:31:32 +02:00

Generalise the potential for unapproved state to all posts, rather than just comments

This is just more future-proofing, in case any other extensions introduce new post types which can be queued for approval.
This commit is contained in:
Toby Zerner
2016-05-28 09:48:17 +09:30
parent 9f4e11097d
commit 0bd3c16084
3 changed files with 16 additions and 12 deletions

View File

@@ -1,7 +1,8 @@
.CommentPost--unapproved {
.Post--unapproved {
.Post-header,
.Post-body,
.Post-footer {
.EventPost-icon,
.EventPost-info {
opacity: 0.5;
}
}