Skip to content

Commit 25ba808

Browse files
committed
chore: aria-hidden added
1 parent 9f29f91 commit 25ba808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/features/provenance/ProvenanceGraph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ export function ProvenanceGraph({
11031103
{/* Controls — SP: accordion (hidden on sm+) */}
11041104
<details className="group absolute top-2 left-2 right-2 z-20 pointer-events-auto sm:hidden">
11051105
<summary className="bg-base-100/90 border border-base-300 rounded-lg px-3 py-2 shadow-sm cursor-pointer select-none list-none text-sm font-medium flex items-center gap-2">
1106-
<span className="inline-block transition-transform group-open:rotate-90"></span>
1106+
<span className="inline-block transition-transform group-open:rotate-90" aria-hidden="true"></span>
11071107
Controls
11081108
</summary>
11091109
<div className="flex flex-col gap-2 items-start mt-2">

0 commit comments

Comments
 (0)