File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,7 @@ function isCategoryNoneSelected(category: string): boolean {
7777 :disabled =" facet.comingSoon"
7878 :aria-checked =" isFacetSelected(facet.id)"
7979 :aria-label =" facet.label"
80- class =" gap-1 px-1.5 rounded transition-colors focus-visible:outline-accent/70"
81- :class ="
82- facet.comingSoon
83- ? 'text-fg-subtle/50 bg-bg-subtle border-border-subtle cursor-not-allowed'
84- : isFacetSelected(facet.id)
85- ? 'text-fg-muted bg-bg-muted'
86- : 'text-fg-subtle bg-bg-subtle border-border-subtle hover:text-fg-muted hover:border-border'
87- "
80+ class =" gap-1 px-1.5 rounded transition-colors text-fg-subtle bg-bg-subtle border-border-subtle enabled:hover:(text-fg-muted border-border) aria-checked:(text-fg-muted bg-bg-muted) focus-visible:outline-accent/70 disabled:(text-fg-subtle/50 bg-bg-subtle border-border-subtle cursor-not-allowed)"
8881 @click =" !facet.comingSoon && toggleFacet(facet.id)"
8982 :classicon ="
9083 facet.comingSoon
You can’t perform that action at this time.
0 commit comments