rusackas commented on a change in pull request #12010:
URL: 
https://github.com/apache/incubator-superset/pull/12010#discussion_r541211679



##########
File path: superset-frontend/src/SqlLab/components/QueryTable.jsx
##########
@@ -188,22 +188,22 @@ const QueryTable = props => {
         );
         q.actions = (
           <div>
-            <Link
-              className="fa fa-pencil m-r-3"
+            <IconTooltip
+              className="fa fa-pencil m-r-3 pointer"

Review comment:
       if `pointer` is a bootstrap class, for the cursor, it might be good to 
either
   a) add a `pointer` prop to the `IconTooltip` component, and add the style 
conditionally there
   b) just... add the cursor style to the IconTooltip component by default if 
this should _always_ be the case ¯\\\_(ツ)_/¯ 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to