pkdotson commented on a change in pull request #14580:
URL: https://github.com/apache/superset/pull/14580#discussion_r630616368
##########
File path: superset-frontend/src/common/components/index.tsx
##########
@@ -144,12 +155,9 @@ export const StyledNav = styled(AntdMenu)`
}
}
}
-`;
-
-export const StyledSubMenu = styled(AntdMenu.SubMenu)`
- color: ${({ theme }) => theme.colors.grayscale.dark1};
- border-bottom: none;
.ant-menu-submenu-title {
+ position: relative;
+ top: -7px;
Review comment:
Yah its on that 1px range where the top of the dropdown might be a bit
to high. But I can turn these into a gridunits for sure.
--
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]