Hey there, I’m currently working on my application which includes a login page. I've implemented a “Forgotten password ?” link, but no matter what I try, like using .class and :focus {outline: none}, I still see a yellow square around the item. Interestingly, this issue only occurs in my Android application but not in my browser.
<a class="pass" [routerLink]="['/forgotten-pass']">Mot de passe oublié ?</a>
If anyone has encountered this problem before and found a solution, I would greatly appreciate your help!
Thank you