Skip to content

Commit

Permalink
Improve document overview labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Apr 4, 2023
1 parent b3c8bc3 commit 1bd73e9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export default function ListViewSidebar() {
return (
// eslint-disable-next-line jsx-a11y/no-static-element-interactions
<div
aria-label={ __( 'Document Overview' ) }
className="edit-post-editor__document-overview-panel"
onKeyDown={ closeOnEscape }
ref={ sidebarRef }
Expand All @@ -107,7 +106,7 @@ export default function ListViewSidebar() {
>
<Button
icon={ closeSmall }
label={ __( 'Close Document Overview Sidebar' ) }
label={ __( 'Close' ) }
onClick={ () => setIsListViewOpened( false ) }
/>
<ul>
Expand Down

0 comments on commit 1bd73e9

Please sign in to comment.