From bad03b1e76de0cc93b0bb2d507e2464ebcaa0d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geid=C5=8D?= <60598000+geido@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:10:00 +0200 Subject: [PATCH] fix(Actions): Improper spacing (#35724) --- superset-frontend/src/pages/DatasetList/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = ({