Skip to content

Commit 414fa0b

Browse files
authored
Remove unnecessary tabIndex from gantt chart SVG rect elements for improved accessibility (#41029)
1 parent dc8836a commit 414fa0b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/html-reporter/src/gantt.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ export const GanttChart = ({
157157
height={barHeight}
158158
fill={color}
159159
rx='2'
160-
tabIndex={0}
161160
>
162161
<title>{entry.tooltip}</title>
163162
</rect>

0 commit comments

Comments
 (0)