Skip to content

Commit

Permalink
Add styles for attachment preview show less button; improve existing …
Browse files Browse the repository at this point in the history
…expand button
  • Loading branch information
laCour committed Sep 15, 2017
1 parent 29b7814 commit 0a49257
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions scss/modules/messaging/_attachments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,25 @@
}

.preview_show .preview_show_btn {
background: linear-gradient(rgba($color-shade-darkest, 0.8), rgba($color-shade-darkest, 0.8)), linear-gradient(rgba($color-shade-lightest, 0.3), rgba($color-shade-lightest, 0.3));
color: $base-link-color;
background: linear-gradient(rgba($color-shade-light, 0.8), rgba($color-shade-light, 0.8)), linear-gradient(rgba($color-shade-lightest, 0.3), rgba($color-shade-lightest, 0.3));
color: $base-font-color;
}

&.file_menu_open,
&:focus,
&:hover {
.preview_show_less .preview_show_btn {
background: rgba($color-shade-light, 0.8);
color: $base-font-color;
}
}
}

.message--focus .file_container .preview_show.preview_show_less .preview_show_btn {
background: $color-shade-light;
color: $base-font-color;
}

.msg_inline_video_buttons_div {
background-color: rgba($color-base, 0.4);

Expand Down

0 comments on commit 0a49257

Please sign in to comment.