Yellow rectangle above the button in the web application

I added a button to a web application using a js event listener. When I click on this button, a yellow rectangle appears above it, although I did not add it in the styles. Can I turn it off?

photo_2020-07-20_00-02-18|668x500

1 Like

Add this CSS property: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

1 Like