django-fluent/django-fluent-comments

missing a comma between .js-comments-form-orig-position .comment-cancel-reply-link

bung87 opened this issue · 1 comments

.js-comments-form-orig-position .comment-cancel-reply-link {
display: none;
}
should be .js-comments-form-orig-position, .comment-cancel-reply-link

Nope, this is on purpose. The cancel reply link should only appear when you reply to a threaded comment. The cancel link restores the form in the original position.