Skip to content

Commit

Permalink
Add style for follow message description text
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent 38c4db2 commit 6719888
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 6719888

Please sign in to comment.