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