use default cursor on list hover

This commit is contained in:
jeffvli
2025-11-15 19:24:49 -08:00
parent 3271bfc5d0
commit 68318340e1
@@ -61,7 +61,7 @@
}
.container.data-row {
cursor: pointer;
cursor: default;
}
.container.with-horizontal-border {