Anjali Ajay
Anjali Ajay

Reputation: 15

How do you change the cursor type per div?

Is there anyway to change the pointer cursor to the "not-allowed" cursor in the div or GridList component in reactJS or material UI?

Upvotes: 1

Views: 1424

Answers (1)

J Livengood
J Livengood

Reputation: 2738

In the css just add cursor: not-allowed; to the correct class/id of the div/element.

See more here.

Upvotes: 1

Related Questions