Skip to content
Snippets Groups Projects

Issue 3490368: Added comment form and styled it.

Open Tanushree Gupta requested to merge issue/cascade-3490368:add-comment into 1.x
4 files
+ 23
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -23,3 +23,7 @@ input:valid, input:focus-visible {
transition: background-color 0.6s ease;
background-color: hsl(var(--hue), var(--sat), calc(var(--lum) * 0.5));
}
form.comment-comment-form input:valid,
form.comment-comment-form select {
border: 1px solid var(--ck-color-base-border);
}
Loading