A11y tweaks to the left pane and timeline
This commit is contained in:
parent
4fc7c69a73
commit
9de33e4ffd
3 changed files with 14 additions and 6 deletions
|
@ -601,7 +601,7 @@ export function LeftPane({
|
|||
}
|
||||
|
||||
return (
|
||||
<div
|
||||
<nav
|
||||
className={classNames(
|
||||
'module-left-pane',
|
||||
isResizing && 'module-left-pane--is-resizing',
|
||||
|
@ -706,7 +706,7 @@ export function LeftPane({
|
|||
},
|
||||
})}
|
||||
{crashReportCount > 0 && renderCrashReportDialog()}
|
||||
</div>
|
||||
</nav>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue