We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b68dcb commit a7dcdb8Copy full SHA for a7dcdb8
src/routes/package/[...package]/ReleaseCard.svelte
@@ -140,7 +140,7 @@
140
class={["border-b-0", { "rounded-xl border border-primary": isMajorRelease && index < 3 }]}
141
>
142
<Accordion.Trigger
143
- class="group rounded-t-xl bg-secondary px-4 py-3 hover:no-underline data-[state=closed]:rounded-b-xl"
+ class="group rounded-t-xl bg-secondary px-4 py-3 hover:bg-secondary/75 hover:no-underline data-[state=closed]:rounded-b-xl"
144
145
<div class="flex w-full items-center gap-2 xs:items-baseline xs:gap-1">
146
<div class="flex flex-col items-start gap-1">
0 commit comments