fix: use a search icon instead of text

This commit is contained in:
thansk
2024-05-20 11:49:56 +00:00
committed by GitHub
parent 9cd2e93a2e
commit 5abafb8296
2 changed files with 8 additions and 1 deletions

View File

@@ -321,6 +321,9 @@ input[type="search"]::-webkit-search-cancel-button {
border: 0;
background: none;
text-transform: uppercase;
display: grid;
place-items: center;
width: 1.5em;
}
.searchbar #searchbutton:hover {