From 7e1ad127be7c0f229fc883e0395b3b0f2f474793 Mon Sep 17 00:00:00 2001 From: LaserFlash Date: Mon, 29 Jun 2020 20:05:39 +1200 Subject: [PATCH] Submit button - bolder and hidden when not active #49 --- .../baseTheme/chatWindow/discordStyleChatInput.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/css/baseTheme/chatWindow/discordStyleChatInput.css b/src/css/baseTheme/chatWindow/discordStyleChatInput.css index f61ffe5..5d87edc 100644 --- a/src/css/baseTheme/chatWindow/discordStyleChatInput.css +++ b/src/css/baseTheme/chatWindow/discordStyleChatInput.css @@ -57,6 +57,18 @@ display: none; } +.chatentry_chatSubmitButton_3VRfL .SVGIcon_Submit { + transition: 0.2s linear; +} + +.chatentry_chatSubmitButton_3VRfL.chatentry_disabled_2p2vW .SVGIcon_Submit { + opacity: 0; +} + +.chatentry_chatSubmitButton_3VRfL .SVGIcon_Submit path { + stroke-width: 6px; +} + /* Use proper colours for submit button icon */ .chatentry_chatSubmitButton_3VRfL:hover .SVGIcon_Button.SVGIcon_Submit path { fill: rgb(var(--icon)) !important;