Skip to content

Commit

Permalink
Add style for search spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Oct 9, 2017
1 parent 1584a62 commit d6767b5
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions scss/modules/header/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,11 @@
}
}

#team_filter {
.icon_search {
color: $color-highlight;
}

a.icon_close {
color: $base-link-color;

&:hover {
color: $base-link-color-active;
}
}
}

#client-ui {
.icon_search {
#team_filter,
#user_group_filter,
.searchable_member_list_search_bar {
.icon_search,
.ts_icon_spinner {
color: $color-highlight;
}

Expand Down

0 comments on commit d6767b5

Please sign in to comment.