From bae63d5b12b6f6e34ba876a482759131321c88e6 Mon Sep 17 00:00:00 2001 From: hannah mcg Date: Wed, 29 May 2024 12:54:36 -0700 Subject: [PATCH] fix(Threads): change delete comment action highlight color --- client/src/components/Chat/Chat.css | 4 ++++ client/src/components/Chat/index.tsx | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/client/src/components/Chat/Chat.css b/client/src/components/Chat/Chat.css index b10dad7d..3f99950b 100644 --- a/client/src/components/Chat/Chat.css +++ b/client/src/components/Chat/Chat.css @@ -40,6 +40,10 @@ word-break: break-all; } +.conductor-chat-del:hover { + color: red !important; +} + #conductor-chat-reply-container { border-top: 1px solid rgba(34,36,38,.15); -webkit-box-shadow: 0 -5px 5px -5px rgb(224, 224, 224); diff --git a/client/src/components/Chat/index.tsx b/client/src/components/Chat/index.tsx index 5c096d80..c20fa524 100644 --- a/client/src/components/Chat/index.tsx +++ b/client/src/components/Chat/index.tsx @@ -345,7 +345,8 @@ const Chat: FC= ({ /> {((item.author?.uuid === user.uuid) || isProjectAdmin) && ( - handleOpenDeleteMessage(item.messageID)} > Delete