1
0
Эх сурвалжийг харах

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

Vladimir Avtsenov 7 цаг өмнө
parent
commit
5a7de02598

+ 1 - 0
frontend/src/styles/page-cards.css

@@ -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);
 }