Skip to content

Commit

Permalink
Submit button - bolder and hidden when not active #49
Browse files Browse the repository at this point in the history
  • Loading branch information
LaserFlash committed Jun 29, 2020
1 parent b1eb13f commit 7e1ad12
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/css/baseTheme/chatWindow/discordStyleChatInput.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7e1ad12

Please sign in to comment.