rusackas commented on a change in pull request #12009:
URL:
https://github.com/apache/incubator-superset/pull/12009#discussion_r541220749
##########
File path: superset-frontend/src/chart/Chart.jsx
##########
@@ -87,6 +87,9 @@ const Styles = styled.div`
opacity: 0.75;
font-size: ${({ theme }) => theme.typography.sizes.s}px;
}
+ svg {
Review comment:
Haven't looked at the HTML structure here (yet) but I wonder if future
plugins would be safer using a child combinator here (in case there are
multiple SVGs nested in some crazy layout)
```suggestion
& > svg {
```
----------------------------------------------------------------
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]