UPD: Profile hover bg

This commit is contained in:
Robert Kossessa
2024-01-24 15:17:02 +01:00
parent 7343c6ff8e
commit 02b6da1065

View File

@@ -37,7 +37,7 @@
:open="collapse[profileTag]"> :open="collapse[profileTag]">
<CollapsibleTrigger <CollapsibleTrigger
v-model="collapse[profileTag]" v-model="collapse[profileTag]"
class="w-full py-2 text-left text-muted-foreground text-sm"> class="w-full py-2 text-left text-muted-foreground text-sm hover:bg-zinc-900">
<ChevronRight class="chevrot h-4 w-4 mb-0.5 ml-4 inline-block transition-transform" /> <ChevronRight class="chevrot h-4 w-4 mb-0.5 ml-4 inline-block transition-transform" />
{{ profileTag }} <span class="text-xs text-zinc-600">(TAG)</span> {{ profileTag }} <span class="text-xs text-zinc-600">(TAG)</span>
</CollapsibleTrigger> </CollapsibleTrigger>