Skip to content

Commit

Permalink
Remove old ID from selectors for team member items and filter selects
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Oct 8, 2017
1 parent 8d11e88 commit 30be88e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scss/modules/flexpane/_team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
}
}

.unify_user #client-ui .searchable_member_list .team_list_item {
#client-ui .searchable_member_list .team_list_item {
border-bottom-color: $color-shade-darkest;

&:hover {
Expand Down
10 changes: 5 additions & 5 deletions scss/modules/inputs/_filter-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@
}
}

.unify_user #select_share_channels .lazy_filter_select {
#select_share_channels .lazy_filter_select {
.lfs_value .lfs_item.selected {
color: $base-font-color;
color: $base-font-color !important;

.ts_icon:not(.presence_icon) {
color: $color-highlight;
color: $color-highlight !important;
}
}

.lfs_item {
color: $base-font-color;
color: $color-highlight !important;

.ts_icon:not(.presence_icon) {
color: $color-highlight;
color: $color-highlight !important;
}
}
}

0 comments on commit 30be88e

Please sign in to comment.