Skip to content

Commit

Permalink
Remove magnifier icon from advanced search input
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-hank committed Mar 15, 2024
1 parent 95bfd24 commit 9bb9e91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/extends/_search-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
left: 15px;
line-height: 1em;
position: absolute;
top: 6px;
top: 15px;
width: 20px;
z-index: 1;
}
Expand All @@ -47,6 +47,10 @@
}
}

&.advanced-search div.input:before {
display: none !important;
}

div.submit {
position: absolute;
float: right;
Expand Down

0 comments on commit 9bb9e91

Please sign in to comment.