CSS - disable link with pointer-events:none;

0 votes
231 views
added Apr 15, 2019 in CSS by LC Marshal Captain (25,790 points)
.ads button {
  pointer-events:none; 
}

 

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