Skip to content

Commit

Permalink
Correct border around embedded standalone messages
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Feb 12, 2017
1 parent eb0216f commit 9527113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ ts-message {
color: $color-highlight;
}

&.standalone:not(.for_mention_display):not(.for_search_display):not(.for_star_display) {
border: 1px solid $color-shade-light;
&.standalone:not(.for_mention_display):not(.for_search_display):not(.for_top_results_search_display):not(.for_star_display) {
border: 1px solid $color-shade-dark;
}

&.unprocessed {
Expand Down

0 comments on commit 9527113

Please sign in to comment.