missing a comma between .js-comments-form-orig-position .comment-cancel-reply-link
bung87 opened this issue · 1 comments
bung87 commented
.js-comments-form-orig-position .comment-cancel-reply-link {
display: none;
}
should be .js-comments-form-orig-position, .comment-cancel-reply-link
vdboor commented
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.