Skip to content

Commit

Permalink
Add style for ephemeral messages
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent 62d0c49 commit 38c4db2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ ts-message {
}
}

.ephemeral.message .message_content {
color: $base-font-color;
}

ts-mention {
background: rgba($color-shade-lightest, 0.1) !important;
color: $base-font-color !important;
Expand Down

0 comments on commit 38c4db2

Please sign in to comment.