From 67198882becf53e9f7c9541e72fb995e5088f0e6 Mon Sep 17 00:00:00 2001 From: Jonathan la Cour Date: Thu, 14 Sep 2017 23:26:30 -0600 Subject: [PATCH] Add style for follow message description text --- scss/modules/messaging/_base.scss | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/scss/modules/messaging/_base.scss b/scss/modules/messaging/_base.scss index 2bcf0717..a6cf5b00 100644 --- a/scss/modules/messaging/_base.scss +++ b/scss/modules/messaging/_base.scss @@ -397,20 +397,6 @@ ts-mention { } } -#message_edit_container, -.inline_message_input_container { - .message_input { - color: $base-font-color; - } -} - -#message_edit_container .message_input { - background: $color-shade-light; - border-color: $color-shade-dark; - color: $base-font-color; - - &.focus { - border-color: $color-shade-dark; - box-shadow: 0 0 7px $color-shadow-light; - } +#toggle-subscription-status .subscription_desc { + color: $color-highlight; }