Skip to content

Commit

Permalink
Fixed x mark in dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 2, 2022
1 parent 7eead4a commit 31ef5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/theme/project/typeahead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
height: 1em;
padding: .25em .25em;
color: inherit;
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#007bff' %3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
background: transparent center/1em auto no-repeat;
border: 0;
border-radius: .375rem;
}
Expand Down

0 comments on commit 31ef5a3

Please sign in to comment.