Does this CSS code have negative accessibility implications?
-webkit-tap-highlight-color: transparent;
I'm not an expert but I understand some people have difficulty seeing certain colors and I'm just bothered that if I remove the type highlight color it may affect them(I want to remove it because it makes the UI look weird when tapped).
I have committed to writing my web pages as accessible as possible so before I disable anything need to know the implications, and yes I'm new to this.