fix(ui): remove pointer cursor from non-interactive elements in cards (#5102)

This commit is contained in:
Vladimir Avtsenov
2026-06-09 02:02:11 +03:00
committed by GitHub
parent a32c6803da
commit 5a7de02598
+1
View File
@@ -45,6 +45,7 @@
.nodes-page .ant-card.ant-card-hoverable:hover,
.groups-page .ant-card.ant-card-hoverable:hover,
.api-docs-page .ant-card.ant-card-hoverable:hover {
cursor: default;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}