From 2fc4c8233d632572269c080425419d5f90f7c91d Mon Sep 17 00:00:00 2001 From: Jonathan la Cour Date: Sun, 11 Sep 2016 12:28:43 -0600 Subject: [PATCH] Add styles for active file lists in flexpane --- scss/modules/flexpane/_files.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/modules/flexpane/_files.scss b/scss/modules/flexpane/_files.scss index db7d26a7..e61c1033 100644 --- a/scss/modules/flexpane/_files.scss +++ b/scss/modules/flexpane/_files.scss @@ -386,3 +386,7 @@ html.no_touch a.filetype_button_web:hover { } } } + +.active .tab_container .file_list_item { + background-color: $color-shade-dark; +}