etr2460 commented on a change in pull request #10402:
URL:
https://github.com/apache/incubator-superset/pull/10402#discussion_r459195709
##########
File path: superset-frontend/src/components/Menu/Menu.jsx
##########
@@ -59,6 +59,28 @@ const StyledHeader = styled.header`
flex-direction: column;
justify-content: center;
}
+
+ .navbar-nav > li > a {
+ &:after {
+ content: '';
+ position: absolute;
+ bottom: -3px;
+ left: 0;
+ width: 100%;
+ height: 3px;
+ background-color: #20a7c9;
+ opacity: 0;
+ transition: opacity 0.5s;
Review comment:
Similar to what @mistercrunch mentioned above, we also have a styling
constant for animations; see here:
https://github.com/apache-superset/superset-ui/blob/master/packages/superset-ui-style/src/index.ts#L125
----------------------------------------------------------------
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]