Skip to content

Commit

Permalink
Fix styles for updated search autocomplete dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Apr 23, 2016
1 parent b4d8254 commit c63a023
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions scss/modules/menu/_autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,54 @@
}
}

#autocomplete_menu:not(.search_menu) {
header {
background-color: $color-shade-darkest;
}

ol {
li {
&.selected {
background-color: $color-shade-lightest;
color: $base-font-color;

&:hover {
background-color: $color-shade-lightest;
color: $base-font-color;
}

.username,
&:hover .username,
&.keyword_match .modifier,
&:hover.keyword_match .modifier,
.keyword_placeholder,
&:hover .keyword_placeholder {
color: $color-highlight;
}

.ts_icon,
&:hover .ts_icon {
color: $color-highlight !important;
}
}

&:hover {
background-color: $color-shade-light;
}

.ellipsis_icon,
.history_icon,
.modifier_icon {
color: $color-highlight;
}
}
}

.keyword_placeholder {
color: $color-highlight;
}
}

.search_light_grey {
color: $base-font-color !important;
}
Expand Down

0 comments on commit c63a023

Please sign in to comment.