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:
@@ -1,7 +1,8 @@
|
||||
.CommentPost--unapproved {
|
||||
.Post--unapproved {
|
||||
.Post-header,
|
||||
.Post-body,
|
||||
.Post-footer {
|
||||
.EventPost-icon,
|
||||
.EventPost-info {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user