Skip to content

Commit

Permalink
Remove aria-label (unread as item is unfocusable)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Oct 25, 2019
1 parent 9462362 commit d751f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function BlockNavigationList( {
const blockDisplayName = getBlockDisplayName( blockType, block.attributes );

return (
<li key={ block.clientId } role="treeitem" aria-label={ blockDisplayName }>
<li key={ block.clientId } role="treeitem">
<div
className={ classnames( 'editor-block-navigation__item block-editor-block-navigation__item', {
'is-selected': isSelected,
Expand Down

0 comments on commit d751f8a

Please sign in to comment.