H
H
HappyCougar2014-10-08 03:18:02
css
HappyCougar, 2014-10-08 03:18:02

How to remove the display of block borders when clicking on a link in Android browsers?

Subject. When you click on a link, a square with the size of the link block flashes in this place. Is there any way to remove this effect?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgeny Popov, 2014-10-08
@HappyCougar

If I understand you correctly, then the following rules will help you:
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent;

A
Andrey Savrasov, 2014-10-08
@alcorn

Try in css outline: none;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question