From 8efe2730c4fc8e1cc0a63aabd388b9da259e7f83 Mon Sep 17 00:00:00 2001 From: Mel Green Date: Sun, 3 Mar 2019 18:49:15 -0700 Subject: [PATCH] correct background color of files shared in channel Fixes #137 --- scss/modules/flexpane/_files.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scss/modules/flexpane/_files.scss b/scss/modules/flexpane/_files.scss index 17731961..35283470 100644 --- a/scss/modules/flexpane/_files.scss +++ b/scss/modules/flexpane/_files.scss @@ -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 {