etr2460 commented on a change in pull request #13008:
URL: https://github.com/apache/superset/pull/13008#discussion_r572340147
##########
File path: superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx
##########
@@ -69,6 +69,8 @@ const onClick = (
const StyledButton = styled.span`
button {
line-height: 13px;
+ transition: background-color 0ms;
+ // this is to over ride a previous transition built into the component
Review comment:
maybe add the comment above the `transition` line? I think that's how we
usually comment stuff in the repo
----------------------------------------------------------------
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]