How to remove the blue bar highlight while clicking on button or link

It’s a CSS default issue because sometimes we can see this issue in Mobile devices, and Ios devices, and even sometimes we have seen this issue on the desktop of both Mac and Windows.

example of the issue

Solution:

.facets-category-cell-thumbnail {
-webkit-tap-highlight-color: transparent;
}

Issue will be resolved

Leave a comment

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