diff --git a/superset-frontend/src/pages/DatasetList/index.tsx b/superset-frontend/src/pages/DatasetList/index.tsx index 0be5b690374..ddfa6a12e4e 100644 --- a/superset-frontend/src/pages/DatasetList/index.tsx +++ b/superset-frontend/src/pages/DatasetList/index.tsx @@ -103,6 +103,9 @@ const Actions = styled.div` } } color: ${theme.colorTextDisabled}; + &:hover { + cursor: not-allowed; + } .ant-menu-item:hover { cursor: default; } @@ -479,7 +482,7 @@ const DatasetList: FunctionComponent = ({