Skip to content

Commit

Permalink
Add styles for new member file filter menu
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Apr 1, 2017
1 parent c1bb07f commit 888b0b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scss/modules/menu/_filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
border: 1px solid $color-shade-light;
}

.member_file_filter_menu .searchable_member_list_scroller .team_list_item:hover {
.channel_page_member_row {
background: $color-base;
}

.member {
color: $base-font-color;
}
}

#team_list_container #team_filter {
.member_filter {
background-color: $color-base;
Expand Down

0 comments on commit 888b0b4

Please sign in to comment.