Skip to content

Commit

Permalink
Add styles for search results expand text
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Apr 23, 2017
1 parent b8e3c3b commit d878c8a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scss/modules/flexpane/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,16 @@ span.match {
}
}

.extract_expand_text,
.extract_expand_icons {
color: $base-link-color;
}

.search_result_with_extract:hover .extract_expand_icons {
color: $base-link-color-active;
.search_result_with_extract:hover {
.extract_expand_text,
.extract_expand_icons {
color: $base-link-color-active;
}
}

.search_module_header {
Expand Down

0 comments on commit d878c8a

Please sign in to comment.