Skip to content

Commit

Permalink
correct background color of files shared in channel
Browse files Browse the repository at this point in the history
Fixes #137
  • Loading branch information
mastermel committed Mar 4, 2019
1 parent 3b24711 commit 8efe273
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scss/modules/flexpane/_files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,16 @@ html.no_touch a.filetype_button_web:hover {
}
}

.c-pillow_file_container {
background-color: $color-shade-darkest;

.c-pillow_file__swap {
.c-pillow_file__slide {
background-color: $color-shade-darkest;
}
}
}

.c-pillow_file {
&__description,
&__title {
Expand Down

0 comments on commit 8efe273

Please sign in to comment.