Skip to content

Commit

Permalink
Update attachment group styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jan 19, 2017
1 parent eb7f417 commit 6f9571f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/modules/messaging/_attachments.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
.attachment_group {
&.has_container {
background: $color-base;
border: 1px solid $color-shade-dark;

.inline_attachment::after {
background-color: $color-shade-dark;
}

&.has_link:hover {
border-bottom-color: $color-shade-dark;
border-left-color: $color-shade-dark;
border-right-color: $color-shade-dark;
box-shadow: 0 1px 1px $color-shadow-light;
}
}

.media_caret {
Expand Down

0 comments on commit 6f9571f

Please sign in to comment.