DesignLinear

No Pointer Cursor

Linear uses the default cursor instead of pointer for links.

Rene Wang·

Linear will use default cursor for all elements by default unless you modify the cursor style.

But I think for most cases, cursor-pointer still make sense.

A rule of thumb: if the user will be brought to a new page after clicking an element, use pointer cursor. Otherwise, use default cursor.

More Details