CSS - pointer-events properties

0 votes
174 views
added Jul 8, 2019 in CSS by LC Marshal Captain (25,790 points)
retagged Jun 25, 2020 by LC Marshal
/*to disable cursor or link on elements*/
pointer-events:none;

/*to normalize pointer-events for default state*/
pointer-events: auto;

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...