Skip to content

Commit

Permalink
Don't make criteria table header tabbable
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 22, 2024
1 parent e687960 commit 74e6bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teachertool/src/components/CriteriaTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const CriteriaTableControl: React.FC<CriteriaTableProps> = ({}) => {
<div className={css["criteria-table"]} role="table" aria-label={Strings.Criteria}>
<div role="rowgroup">
<div className={css["criteria-header"]} role="row">
<div className={classList(css["cell"], css["criteria-text-cell"])} role="columnheader" tabIndex={0}>
<div className={classList(css["cell"], css["criteria-text-cell"])} role="columnheader">
{Strings.Criteria}
</div>
<div
Expand Down

0 comments on commit 74e6bfb

Please sign in to comment.