File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ function isCategoryNoneSelected(category: string): boolean {
6969 :disabled =" facet.comingSoon"
7070 :aria-pressed =" isFacetSelected(facet.id)"
7171 :aria-label =" facet.label"
72- class =" inline-flex items-center gap-1 px-1.5 py-0.5 font-mono text-xs rounded border transition-colors duration-200 focus-visible:outline-accent/70 "
72+ class =" gap-1 px-1.5 rounded"
7373 :class ="
7474 facet.comingSoon
7575 ? 'text-fg-subtle/50 bg-bg-subtle border-border-subtle cursor-not-allowed'
7676 : isFacetSelected(facet.id)
77- ? 'text-fg-muted bg-bg-muted border-border '
77+ ? 'text-fg-muted bg-bg-muted'
7878 : 'text-fg-subtle bg-bg-subtle border-border-subtle hover:text-fg-muted hover:border-border'
7979 "
8080 @click =" !facet.comingSoon && toggleFacet(facet.id)"
You can’t perform that action at this time.
0 commit comments