Skip to content

Commit

Permalink
Add styles for inline file preview meta descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent 0a49257 commit a0a5ab8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ ts-message {
}
}

&.active,
&.message--focus,
&:hover {
.meta {
color: $color-highlight !important;

&.msg_inline_file_preview_toggler a {
color: $color-highlight !important;
}
}
}

&.is_pinned {
background: rgba($color-shade-darkest, 0.15);
}
Expand Down

0 comments on commit a0a5ab8

Please sign in to comment.