Skip to content

Commit

Permalink
Autocomplete2: Adjust search icon positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiencek committed Mar 27, 2024
1 parent 916e971 commit 8cef6e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions root/static/styles/widgets.less
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,12 @@ div.autocomplete2 {
button.search {
background-color: transparent;
background-image: data-uri('../images/icons/search.svg');
background-position-y: center;
background-repeat: no-repeat;
background-size: contain;
border: none;
min-height: 20px;
vertical-align: top;
min-width: 20px;
margin: auto;

&.loading {
background-image: data-uri('../images/icons/loading.gif');
Expand Down

0 comments on commit 8cef6e9

Please sign in to comment.