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



##########
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:
       There are three 7px values in this PR's diff... do they work as 8px so 
we can use gridUnit, or is there something like a 1px line that we're dancing 
around?
   
   And if that is the case, can we add one more `gridUnit` and subtract 1px? 
Then if we ever make a gridUnit 5px or something, these three styles won't 
break.




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