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; } } }