Skip to content

Commit

Permalink
Add missing styles for message meta information
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Oct 9, 2017
1 parent 44f9bda commit f799845
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
19 changes: 14 additions & 5 deletions scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ ts-message {
&.active,
&.message--focus,
&:hover {
.edited,
.reply_bar .last_reply_at,
.timestamp,
&.automated .message_body {
color: $color-highlight;
}

.meta {
color: $color-highlight !important;

Expand Down Expand Up @@ -217,12 +224,14 @@ ts-mention {
color: $base-font-color !important;
}

.selecting_messages ts-message.multi_delete_mode:hover {
background: rgba($color-red, 0.75);
}
.selecting_messages ts-message {
&:hover {
background: $color-shade-darkest;
}

.selecting_messages ts-message:hover {
background: $color-shade-darkest;
&.multi_delete_mode:hover {
background: rgba($color-red, 0.75);
}
}

#convo_container {
Expand Down
3 changes: 2 additions & 1 deletion scss/modules/messaging/_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
}

.message_content {
.message_sender {
.message_sender,
.meta .message_sender:hover {
color: $base-font-color !important;
}
}
Expand Down

0 comments on commit f799845

Please sign in to comment.