Skip to content

Commit

Permalink
fixes hover underline in advanced search results
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Feb 18, 2019
1 parent 8b653bb commit 13ef0b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/pages/SearchPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
& a {
align-items: center;
display: flex;
&:hover {
text-decoration: none;
}
}
&:hover {
background-color: var(--gray);
Expand Down

0 comments on commit 13ef0b8

Please sign in to comment.