Add a clear button that reset the filters values.

This commit is contained in:
Alexander Navarro 2023-11-04 19:49:25 -03:00
parent e6df894c85
commit b1979d7351
5 changed files with 143 additions and 97 deletions

View file

@ -6,6 +6,9 @@
padding: var(--prj-spacing-1);
background-color: var(--bg-color);
color: var(--text-color);
display: flex;
gap: var(--prj-spacing-1);
}
.input {
@ -16,9 +19,6 @@
font-size: 0.8em;
}
.realInput {
}
.selectedItem {
background-color: var(--prj-surface-3);
color: var(--prj-text);