michael-s-molina commented on code in PR #19558:
URL: https://github.com/apache/superset/pull/19558#discussion_r847195627
##########
superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:
##########
@@ -86,8 +86,8 @@ const MenuItemWithCheckboxContainer = styled.div`
const MenuTrigger = styled(Button)`
${({ theme }) => css`
Review Comment:
It's not a blocker for me, it's just unnecessary because of `styled`. I
don't know why the IDE is not highlighting the CSS inside the `styled` tag. If
I had to choose I would remove it just because someone reading the code without
the same IDE or plugin installed wouldn't understand why there's a `css` clause
inside `styled`.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]