From d14311e758b9e777af1566614e3221dcdad921dd Mon Sep 17 00:00:00 2001
From: Tina Quach <quacht@mit.edu>
Date: Thu, 2 Nov 2017 16:27:27 -0400
Subject: [PATCH] remove aria label and button role to narrow scope of PR

---
 src/components/sprite-info/sprite-info.jsx | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/components/sprite-info/sprite-info.jsx b/src/components/sprite-info/sprite-info.jsx
index 2cddd2b2c..6db049a7a 100644
--- a/src/components/sprite-info/sprite-info.jsx
+++ b/src/components/sprite-info/sprite-info.jsx
@@ -117,8 +117,6 @@ class SpriteInfo extends React.Component {
                                 tabIndex="4"
                                 onClick={this.props.onClickVisible}
                                 onKeyPress={this.props.onPressVisible}
-                                aria-label="Show sprite"
-                                role="button"
                             >
                                 <img
                                     className={styles.icon}
@@ -138,8 +136,6 @@ class SpriteInfo extends React.Component {
                                 tabIndex="5"
                                 onClick={this.props.onClickNotVisible}
                                 onKeyPress={this.props.onPressNotVisible}
-                                aria-label="Hide sprite"
-                                role="button"
                             >
                                 <img
                                     className={styles.icon}
-- 
GitLab