rusackas commented on a change in pull request #14529:
URL: https://github.com/apache/superset/pull/14529#discussion_r634816383



##########
File path: superset-frontend/src/explore/components/ControlHeader.jsx
##########
@@ -49,7 +49,16 @@ export default class ControlHeader extends React.Component {
   renderOptionalIcons() {
     if (this.props.hovered) {
       return (
-        <span>
+        <span
+          css={theme => css`

Review comment:
       The debate of the ages! I'm actually working on a doc to specify use 
cases for each, and try to arrive at some sort of best practices. I'll share it 
when it's fully baked.




-- 
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