mirror of
https://github.com/flarum/core.git
synced 2025-07-29 20:50:28 +02:00
Clean up Post CSS
This commit is contained in:
@@ -109,8 +109,8 @@ export default class CommentPost extends Post {
|
||||
return {
|
||||
className: classList({
|
||||
'CommentPost': true,
|
||||
'hidden': post.isHidden(),
|
||||
'edited': post.isEdited(),
|
||||
'Post--hidden': post.isHidden(),
|
||||
'Post--edited': post.isEdited(),
|
||||
'revealContent': this.revealContent,
|
||||
'editing': this.isEditing()
|
||||
})
|
||||
|
Reference in New Issue
Block a user