This commit is contained in:
2025-04-30 19:52:33 -03:00
parent fa21aad65a
commit ba2067bbf8
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ import { Icon } from "astro-icon/components";
<slot />
<Icon
name="chevron-down"
class="size-4 fill-white/60 group-data-[hover]:fill-white/50 shrink-0 transition duration-300 group-open:-rotate-180"
class="size-4 fill-white/60 shrink-0 transition duration-300 group-open:-rotate-180"
/>
</summary>

View File

@@ -1,5 +1,5 @@
<details
class="bg-white/10 w-full hover:bg-white/15 aria-expanded:bg-white/15 rounded-lg transition group"
class="bg-white/10 w-full hover:bg-white/15 open:bg-white/15 rounded-lg transition group"
>
<slot />
</details>