SeachInput: add clear button for query

This commit is contained in:
rektdeckard
2020-08-17 03:01:11 -04:00
parent 192eb5b8eb
commit 16bfd4cdf8
2 changed files with 6 additions and 1 deletions

View File

@@ -39,3 +39,7 @@
.search-bar input::placeholder {
color: black;
}
.clear-icon {
cursor: pointer;
}