suddjian commented on a change in pull request #11611:
URL:
https://github.com/apache/incubator-superset/pull/11611#discussion_r519991655
##########
File path:
superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel.tsx
##########
@@ -100,6 +101,20 @@ const DetailsPanelPopover = ({
const content = (
<Panel>
+ <Global
+ styles={css`
+ .ant-popover-inner {
+ background-color: ${theme.colors.grayscale.dark2}cc;
+ }
+ .ant-popover > .ant-popover-content > .ant-popover-arrow{
+ border-top-color: ${theme.colors.grayscale.dark2}cc;
+ border-left-color: ${theme.colors.grayscale.dark2}cc;
Review comment:
This would need to be more sophisticated to deal with popovers that open
upwards.
----------------------------------------------------------------
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]