Use CSS to hide reply forms
We were using inline styles and passing local variables around, while the rule we were following is very simple: it's only hidden if it's a form to reply to a comment.
This commit is contained in:
@@ -2180,6 +2180,11 @@ table {
|
||||
display: inline-block;
|
||||
padding-left: rem-calc(8);
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.comment-form {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:empty {
|
||||
|
||||
Reference in New Issue
Block a user