How we can remove blink visible issue while clicking the buttons?

It’s possible that we can resolve the blink issue when clicking on the button by styling ‘-webkit-tap-highlight-color: transparent;’. We just need to create the class and apply it to the button, and then we can eliminate that issue.

.button-td-colr{

   -webkit-tap-highlight-color: transparent;

  }

Leave a comment

Your email address will not be published. Required fields are marked *