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;
}
