Have you noticed the background effect that appears when tapping on certain <a>
elements on a webpage? Some have a visual feedback, while others do not. This phenomenon occurs on Chrome for Android as a quick flash of blueish color for a brief moment.
It seems similar to the :active state, but not quite the same. It does not appear to be defined in the inspector and only happens when tapped (not clicked on desktop).
Is there a way to apply this effect to every element? The inconsistency can be quite bothersome.