So here's an example of what I'm talking about.
When you open this website, open chrome devtools, and emulate an iPad (or just open it on an iPad), any time you touchstart
on anything, a "blink" happens.
Specifically, I want to know how to remove that effect.
It's not a background
change that I can see, I do not see any animation
value applied anywhere, and it doesn't look like it's a pseudo-element
, and I cannot find any focus
or active
styles on any elements around there.
How do I recreate this effect, and, more importantly, how do I remove it if I want to?