FEAT: filter menu style

This commit is contained in:
Joaquin Pereyra 2025-07-02 17:06:53 -03:00
parent 4e7c46bb3d
commit 1679504275
5 changed files with 90 additions and 2 deletions

View file

@ -30,6 +30,11 @@
&:placeholder {
color: light-dark(@dark-blue-50, @beige-50);
}
&::-webkit-search-cancel-button {
-webkit-appearance: none;
display: none;
}
}
.icon {