Skip to content

Commit aaf7222

Browse files
Revert "Revert "(TreeNode): remove the aria-hidden that may prevent a11y improvement""
This reverts commit 613c568.
1 parent f69aa7e commit aaf7222

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/TreeNode.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ const TreeNodeItem: FC<TreeNodeProps & { icon?: string }> = (props) => {
8686
<Button
8787
className='slds-m-right_x-small'
8888
aria-controls=''
89-
aria-hidden='true'
9089
tabIndex={-1}
9190
type='icon-bare'
9291
icon={icon}

0 commit comments

Comments
 (0)