Skip to content

Commit

Permalink
Re-introduced search-cancel-button
Browse files Browse the repository at this point in the history
  • Loading branch information
yleaxeman committed May 30, 2024
1 parent a2f7968 commit 25553c7
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
height: 1.25rem;
width: 1.25rem;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23222'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
}

.fhi-search {
&__form-control {
height: 100%;
Expand Down

0 comments on commit 25553c7

Please sign in to comment.