bito-code-review[bot] commented on code in PR #32995:
URL: https://github.com/apache/superset/pull/32995#discussion_r3558147106
##########
superset-frontend/src/pages/DatasetList/index.tsx:
##########
@@ -129,27 +129,6 @@ const FlexRowContainer = styled.div`
const Actions = styled.div`
${({ theme }) => css`
color: ${theme.colorIcon};
-
- .disabled {
- svg,
- i {
- &:hover {
- path {
- fill: ${theme.colorText};
- }
- }
- }
- color: ${theme.colorTextDisabled};
- &:hover {
- cursor: not-allowed;
- }
- .ant-menu-item:hover {
- cursor: default;
- }
- &::after {
- color: ${theme.colorTextDisabled};
- }
- }
`}
`;
Review Comment:
<!-- Bito Reply -->
The suggestion is no longer applicable because the component now correctly
handles the disabled state. You can safely ignore or resolve this comment as
the underlying issue has been addressed.
--
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]