diff --git a/client/src/components/comments/Comments/Add.module.scss b/client/src/components/comments/Comments/Add.module.scss index 054f442f..1b747068 100644 --- a/client/src/components/comments/Comments/Add.module.scss +++ b/client/src/components/comments/Comments/Add.module.scss @@ -16,23 +16,16 @@ } .field { + background: #fff; + border-radius: 3px; + textarea { - background: #fff !important; border: 1px solid rgba(9, 30, 66, 0.13); border-radius: 3px; - box-sizing: border-box; color: #333; - display: block; - font-size: 14px; line-height: 1.4; margin: 0 !important; - overflow: hidden; padding: 8px 12px; - resize: none; - - &:focus { - outline: none; - } } } diff --git a/client/src/components/comments/Comments/Edit.module.scss b/client/src/components/comments/Comments/Edit.module.scss index 9b5ac14b..a48785b3 100644 --- a/client/src/components/comments/Comments/Edit.module.scss +++ b/client/src/components/comments/Comments/Edit.module.scss @@ -10,23 +10,16 @@ } .field { + background: #fff; + border-radius: 3px; + textarea { - background: #fff !important; border: 1px solid rgba(9, 30, 66, 0.13); border-radius: 3px; - box-sizing: border-box; color: #333; - display: block; - font-size: 14px; line-height: 1.4; margin: 0 !important; - overflow: hidden; padding: 8px 12px; - resize: none; - - &:focus { - outline: none; - } } } diff --git a/client/src/styles.module.scss b/client/src/styles.module.scss index 6a362ffb..81d0a4c4 100644 --- a/client/src/styles.module.scss +++ b/client/src/styles.module.scss @@ -21,6 +21,7 @@ &__suggestions { border: 1px solid #d4d4d5; border-radius: 3px; + border-width: 0; box-shadow: 0 8px 16px -4px rgba(9, 45, 66, 0.25), 0 0 0 1px rgba(9, 45, 66, 0.08); max-height: 200px;