We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c572900 commit 9003b71Copy full SHA for 9003b71
apps/tailwind-components/components/form/Legend.vue
@@ -4,10 +4,10 @@
4
<ul class="list-none space-y-3">
5
<li
6
v-for="section in sections"
7
- class="group flex items-center cursor-pointer"
+ class="group/chapter flex items-center cursor-pointer"
8
>
9
<div
10
- class="h-[24px] w-1 group-hover:bg-button-primary"
+ class="h-[24px] w-1 group-hover/chapter:bg-button-primary"
11
:class="{ 'bg-button-primary': section.isActive }"
12
/>
13
<a
0 commit comments