Skip to content

Commit

Permalink
Update mention styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Apr 23, 2017
1 parent bb9078f commit 9357d12
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ ts-message {
padding: 0 3px;
}

a .mention {
color: $base-font-color;
}

&.show_recap:not(.is_pinned) {
background: rgba($color-shade-darkest, 0.15);

Expand All @@ -179,6 +175,11 @@ ts-message {
}
}

ts-mention {
background: rgba($color-shade-lightest, 0.1);
color: $base-font-color;
}

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

0 comments on commit 9357d12

Please sign in to comment.