Skip to content

Commit

Permalink
Simplify mention styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent edd3306 commit 62d0c49
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,8 @@ ts-message {
}

.mention {
background: $color-shade-light;
border: 1px solid $color-shade-lightest;
border-radius: 3px;
color: $base-font-color;
padding: 0 3px;
background: $color-shade-lightest !important;
color: $base-font-color !important;
}

&.show_recap:not(.is_pinned) {
Expand All @@ -202,8 +199,8 @@ ts-message {
}

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

.selecting_messages ts-message.multi_delete_mode:hover {
Expand Down

0 comments on commit 62d0c49

Please sign in to comment.