Skip to content

Commit 5a7de02

Browse files
authored
fix(ui): remove pointer cursor from non-interactive elements in cards (#5102)
1 parent a32c680 commit 5a7de02

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/styles/page-cards.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
.nodes-page .ant-card.ant-card-hoverable:hover,
4646
.groups-page .ant-card.ant-card-hoverable:hover,
4747
.api-docs-page .ant-card.ant-card-hoverable:hover {
48+
cursor: default;
4849
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
4950
}
5051

0 commit comments

Comments
 (0)