Skip to content
Snippets Groups Projects
Commit 3f30ae1f authored by halna_Tanaguru's avatar halna_Tanaguru Committed by GitHub
Browse files

accessibility fix

eanable focus on ClearColumnButton
parent 30964350
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ const iconStyle = {
};
const ClearColumnButton = ({ onClick }) => (
<div className='column-icon' style={iconStyle} onClick={onClick}>
<div className='column-icon' tabindex='0' style={iconStyle} onClick={onClick}>
<i className='fa fa-trash' />
</div>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment