1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Clean up Post CSS

This commit is contained in:
Toby Zerner
2015-09-04 12:17:30 +09:30
parent 39c3b468dc
commit 738e272675
3 changed files with 12 additions and 6 deletions

View File

@@ -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()
})