pkdotson commented on a change in pull request #18629:
URL: https://github.com/apache/superset/pull/18629#discussion_r804148711



##########
File path: superset-frontend/src/views/components/Menu.tsx
##########
@@ -259,6 +280,15 @@ export function Menu({
           .ant-menu-submenu.ant-menu-submenu-popup.ant-menu.ant-menu-light {
             border-radius: 0px;
           }
+          .ant-menu-vertical
+            > .ant-menu-submenu.data-menu
+            > .ant-menu-submenu-title {
+            height: 28px;

Review comment:
       This css style method can only grab the theme if it's passed in or being 
used directly by the css prop. I could do that and add more code. I think this 
would be a bit cleaner.




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

Reply via email to