From cde279e489a5faa8e7b0d7d87adb63426c9045ac Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Tue, 27 Nov 2018 15:25:41 +0100 Subject: [PATCH] Improve chat input design --- website/client/components/groups/chat.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/components/groups/chat.vue b/website/client/components/groups/chat.vue index e1da7571fa..42d0d700b3 100644 --- a/website/client/components/groups/chat.vue +++ b/website/client/components/groups/chat.vue @@ -131,6 +131,7 @@ }); this.group.chat.unshift(response.message); this.newMessage = ''; + this.$refs['user-entry'].innerText = ''; this.sending = false; this.$refs['user-entry'].innerText = ''; @@ -243,7 +244,6 @@ box-shadow: 0 0 3pt 2pt white; border-radius: 2px; line-height: 1.43; - color: $gray-300; padding: .5em; -moz-appearance: textfield-multiline; -webkit-appearance: textarea;