Skip to content

Commit

Permalink
Add style for focused messages
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jul 23, 2017
1 parent 8b6bf68 commit 70dad0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ts-message {
color: $base-font-color;

&.active:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply),
&.message--focus:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply),
&:hover:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply) {
background: rgba($color-shade-darkest, 0.1);

Expand Down

0 comments on commit 70dad0c

Please sign in to comment.