Skip to content
Snippets Groups Projects
Commit 1467515d authored by JP DeVries's avatar JP DeVries Committed by Eugen
Browse files

Use landmark regions on columns (#1732)

Closes mastodon#1720
parent 8b74aa42
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ const Column = React.createClass({
}
return (
<div className='column' onWheel={this.handleWheel}>
<div role='section' className='column' onWheel={this.handleWheel}>
{header}
{children}
</div>
......
......@@ -25,7 +25,7 @@ const ColumnHeader = React.createClass({
}
return (
<div className={`column-header ${active ? 'active' : ''}`} onClick={this.handleClick}>
<div aria-label={type} className={`column-header ${active ? 'active' : ''}`} onClick={this.handleClick}>
{icon}
{type}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment