From dfd131b92d850a84716d098d8231dc301b7f69ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20W=C3=A4chter?= <lars.waechter@mni.thm.de> Date: Mon, 17 May 2021 18:19:11 +0200 Subject: [PATCH] Improve comment input style --- .../_dialogs/create-comment/create-comment.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/components/shared/_dialogs/create-comment/create-comment.component.scss b/src/app/components/shared/_dialogs/create-comment/create-comment.component.scss index 94000dae2..29c6198bb 100644 --- a/src/app/components/shared/_dialogs/create-comment/create-comment.component.scss +++ b/src/app/components/shared/_dialogs/create-comment/create-comment.component.scss @@ -19,6 +19,12 @@ app-comment-list { color: var(--on-surface); caret-color: var(--on-surface); -webkit-appearance: textarea; + min-height: 50px; + cursor: text; + + &:focus { + outline: none; + } } .send { -- GitLab