feat: hide "clear search" icon when search is empty

This commit is contained in:
welpo 2024-09-19 15:48:22 +02:00
parent 0bebcd1c6d
commit 9525304cb8
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
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;