Design
Linear
No Pointer Cursor
Linear uses the default cursor instead of pointer for links.
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.
