Remove borders on links in Firefox
How to remove dotted border in firefox? After the long search process i found the solution for this. It’s very simple add these below style in your css. a:focus { outline: none; }
Discover the new direction...
How to remove dotted border in firefox? After the long search process i found the solution for this. It’s very simple add these below style in your css. a:focus { outline: none; }