Pointer hand cursos

How to can I set hand point cursor on hover rows table ? @Teodor

Hello,

Just add this to your custom css:

tr:hover {
   cursor: pointer;
}
1 Like

ok, I thought it could be added with App Connect. But no!
Thank you

As i explained a few times already in topics you posted - these options will be available in the Design Panel, which is currently under development.
It will be available really soon and you will be to setup styles for different states (:hover, :focus etc) visually.

For now simple rules like that can be added in the CSS directly.

1 Like

OK. Thanks

Has this functionality been added yet? I can't see it in the design panel.

Can also use:

cursor: grab

For the hand cursor.

:slight_smile: