rusackas commented on code in PR #20257:
URL: https://github.com/apache/superset/pull/20257#discussion_r898445584
##########
superset-frontend/src/views/components/SubMenu.tsx:
##########
@@ -111,8 +112,9 @@ const StyledHeader = styled.div`
${({ theme }) => theme.gridUnit * 4}px;
}
- &.active a {
- text-decoration: underline;
+ &.active {
Review Comment:
```suggestion
&.active a {
```
I think you want this `a` back here, so these styles are applied to the link
rather than the div encapsulating it. This makes them the same apparent height.
--
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]