use default cursor on list hover

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