Skip to content

Commit

Permalink
Add styles for active file lists in flexpane
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 11, 2016
1 parent ec6d147 commit 2fc4c82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/modules/flexpane/_files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -386,3 +386,7 @@ html.no_touch a.filetype_button_web:hover {
}
}
}

.active .tab_container .file_list_item {
background-color: $color-shade-dark;
}

0 comments on commit 2fc4c82

Please sign in to comment.