Trying to change cursor when hovering a row in a table, clicking the row will trigger a modal component, however while the whole role is clickable, the cursor still is the default one
Tryed adding custom CSS but it doesn't work at all
.CustomerDetailsTable li._xo9f:hover {
cursor: pointer !important;
}