Skip to content

Commit

Permalink
feat(Progress): remove tabindex
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkahn authored and tao1991123 committed Jan 29, 2019
1 parent 41b1e7b commit 602b267
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/progress/view/progress-circle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export default class Circle extends Component {
<div
className={wrapCls}
dir={rtl ? 'rtl' : undefined}
tabIndex="0"
role="progressbar"
aria-valuenow={percent}
aria-valuemin="0"
Expand Down
1 change: 0 additions & 1 deletion src/progress/view/progress-line.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export default class Line extends React.PureComponent {
return (
<div
dir={rtl ? 'rtl' : undefined}
tabIndex="0"
role="progressbar"
aria-valuenow={percent}
aria-valuemin="0"
Expand Down

0 comments on commit 602b267

Please sign in to comment.