feat(search): hide "clear search" icon if input is empty (#388)

This commit is contained in:
Óscar 2024-09-19 16:00:34 +02:00 committed by GitHub
parent 0bebcd1c6d
commit 1ffe43f934
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View file

@ -28,6 +28,7 @@ $icon-size: 1.3rem;
}
.close-icon {
display: none;
position: absolute;
right: $icon-size;
margin-inline-start: 1rem;