Skip to content

Commit

Permalink
Merge pull request #403 from algolia/fix/suggestion_magnifying_glass
Browse files Browse the repository at this point in the history
Fix suggestions magnifying glass icon
  • Loading branch information
Jan Petr authored Jan 23, 2018
2 parents 5f95fc2 + 95b733d commit 8fd90d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions view/frontend/web/internals/algoliasearch.css
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,15 @@ a.ais-current-refined-values--link:hover
padding-left: 30px;
}

#algolia-autocomplete-container .aa-suggestions svg.algolia-glass-suggestion.magnifying-glass {
position: absolute;
right: auto;
left: 5px;
top: 7px;
fill: #A6A6A6;
stroke: #A6A6A6;
}

#algolia-autocomplete-container .aa-dropdown-menu.aa-without-products .col9 {
background-color: #F9F9F9;
}
Expand Down

0 comments on commit 8fd90d0

Please sign in to comment.