From 39667aa4a4f45a1f8a27e88101d5e3cc442c5b91 Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Sun, 26 Feb 2023 21:57:29 +1100 Subject: [PATCH] add missing cursor on the placeholder --- .../components/Conversation/components/Sender/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Widget/components/Conversation/components/Sender/style.scss b/src/components/Widget/components/Conversation/components/Sender/style.scss index 34a783140..a36195591 100644 --- a/src/components/Widget/components/Conversation/components/Sender/style.scss +++ b/src/components/Widget/components/Conversation/components/Sender/style.scss @@ -50,7 +50,8 @@ &[placeholder]:empty::before { content: attr(placeholder); - color: $grey-0; + color: $grey-0; + cursor: text; } }