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
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;