Skip to content

Commit df21f36

Browse files
authored
use cursor: pointer for <summary /> (graphql#1655)
1 parent 13fe73e commit df21f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/code-page.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export function CodePage({ allTags, data }: CodePageProps) {
322322
className={clsx(
323323
"flex justify-between font-bold text-primary px-8 lg:px-12 py-5 dark:[[open]>&]:shadow-[-5px_10px_30px_20px_#1b1b1b4d]",
324324
"[[open]>&]:shadow-[0_6px_21px_0_#1b1b1b33]",
325+
"cursor-pointer",
325326
)}
326327
>
327328
README

0 commit comments

Comments
 (0)