Skip to content
Snippets Groups Projects
Commit d14311e7 authored by Tina Quach's avatar Tina Quach
Browse files

remove aria label and button role to narrow scope of PR

parent ef2cb656
No related branches found
No related tags found
No related merge requests found
...@@ -117,8 +117,6 @@ class SpriteInfo extends React.Component { ...@@ -117,8 +117,6 @@ class SpriteInfo extends React.Component {
tabIndex="4" tabIndex="4"
onClick={this.props.onClickVisible} onClick={this.props.onClickVisible}
onKeyPress={this.props.onPressVisible} onKeyPress={this.props.onPressVisible}
aria-label="Show sprite"
role="button"
> >
<img <img
className={styles.icon} className={styles.icon}
...@@ -138,8 +136,6 @@ class SpriteInfo extends React.Component { ...@@ -138,8 +136,6 @@ class SpriteInfo extends React.Component {
tabIndex="5" tabIndex="5"
onClick={this.props.onClickNotVisible} onClick={this.props.onClickNotVisible}
onKeyPress={this.props.onPressNotVisible} onKeyPress={this.props.onPressNotVisible}
aria-label="Hide sprite"
role="button"
> >
<img <img
className={styles.icon} className={styles.icon}
......
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