From cc98cec72faf9ed50f688a9e0abb8e37e16aa814 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 30 Jan 2020 14:41:52 +1100 Subject: [PATCH] fix disabled state of message input on sent friendrequest --- stylesheets/_conversation.scss | 4 ---- stylesheets/_theme_dark.scss | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 9faf2e72f..d2453c1b2 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -457,10 +457,6 @@ resize: none; font-size: 1em; font-family: inherit; - - &[disabled='disabled'] { - background: $color-light-35; - } } .capture-audio { float: right; diff --git a/stylesheets/_theme_dark.scss b/stylesheets/_theme_dark.scss index 7703ac099..ab3325a97 100644 --- a/stylesheets/_theme_dark.scss +++ b/stylesheets/_theme_dark.scss @@ -49,7 +49,7 @@ body.dark-theme { outline: 0; &[disabled='disabled'] { - background: $color-light-90; + cursor: not-allowed; } } }