Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Move the sidebar to below the sidebar tab buttons for screen readers. #4071

Merged
merged 2 commits into from
Feb 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/structures/RightPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export default class RightPanel extends React.Component {
});

return (
<aside className={classes}>
<aside className={classes} id="mx_RightPanel">
{ panel }
</aside>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/views/rooms/RoomHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default createReactClass({

return (
<div className="mx_RoomHeader light-panel">
<div className="mx_RoomHeader_wrapper">
<div className="mx_RoomHeader_wrapper" aria-owns="mx_RightPanel">
<div className="mx_RoomHeader_avatar">{ roomAvatar }{ e2eIcon }</div>
{ privateIcon }
{ name }
Expand Down