Skip to content

Commit 9003b71

Browse files
committed
fix: 5001 legend hover state
Closes #5001
1 parent c572900 commit 9003b71

File tree

1 file changed

+2
-2
lines changed
  • apps/tailwind-components/components/form

1 file changed

+2
-2
lines changed

apps/tailwind-components/components/form/Legend.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<ul class="list-none space-y-3">
55
<li
66
v-for="section in sections"
7-
class="group flex items-center cursor-pointer"
7+
class="group/chapter flex items-center cursor-pointer"
88
>
99
<div
10-
class="h-[24px] w-1 group-hover:bg-button-primary"
10+
class="h-[24px] w-1 group-hover/chapter:bg-button-primary"
1111
:class="{ 'bg-button-primary': section.isActive }"
1212
/>
1313
<a

0 commit comments

Comments
 (0)