Skip to content

Commit

Permalink
Revert "Dataset count column is now tabbable #772"
Browse files Browse the repository at this point in the history
This reverts commit 3a7bd1d.
  • Loading branch information
Sam Glendenning committed Sep 2, 2021
1 parent 3a7bd1d commit f8882e4
Showing 1 changed file with 3 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,9 @@ const DataHeader = React.memo(
</Typography>
</TableSortLabel>
) : (
<div>
<label id="column-label" style={{ display: 'none' }}>
{label}
</label>
<Typography
noWrap
style={{
fontSize: 'inherit',
lineHeight: 'inherit',
}}
aria-labelledby="column-label"
tabIndex={0}
>
{label}
</Typography>
</div>
<Typography noWrap style={{ fontSize: 'inherit', lineHeight: 'inherit' }}>
{label}
</Typography>
);

const smWindow = !useMediaQuery('(min-width: 960px)');
Expand Down

0 comments on commit f8882e4

Please sign in to comment.