Add a clear button that reset the filters values.
This commit is contained in:
parent
e6df894c85
commit
b1979d7351
5 changed files with 143 additions and 97 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue