search cancel

This commit is contained in:
2023-09-16 19:12:02 +02:00
parent 9dea0b08a6
commit 092b7a9763
4 changed files with 12 additions and 2 deletions

View File

@@ -41,6 +41,9 @@
@apply bg-slate-600 hover:bg-slate-800;
border-radius: 5px;
}
input[type=search] {
@apply search-cancel:appearance-none search-cancel:w-4 search-cancel:h-4 search-cancel:bg-[url('/svg/search-cancel.svg')];
}
.btn-icon {
@apply p-0 border-none bg-transparent hover:text-slate-400 hover:bg-transparent;
> svg {