[WIP] filter btn cox list view

This commit is contained in:
Marie Birner
2023-04-07 12:37:33 +02:00
parent 0c25f37a2f
commit 69c7eebd54
4 changed files with 53 additions and 3 deletions

View File

@ -20,4 +20,8 @@
&-fw {
@apply w-28;
}
&[aria-pressed='true'] {
@apply outline outline-2 outline-offset-2 outline-primary-600;
}
}