1
0
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:
Toby Zerner
2015-09-04 12:17:30 +09:30
parent 44f460cb11
commit 9bf6862c6d
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()
})