Introduce quick filters on the page so the dialog becomes advanced filtering

This commit is contained in:
Jason Zimdars
2025-02-20 15:20:30 -06:00
parent 508fb8e3f7
commit 1ad6a9adb8
10 changed files with 288 additions and 28 deletions
+6
View File
@@ -93,3 +93,9 @@
max-inline-size: calc(100dvw - (2 * var(--block-space-double)));
z-index: 1;
}
.quick-filter:has(input:not(.default-value):checked) {
.input--select {
--input-background: var(--color-selected);
}
}