Remove Dotted Outline on Links
Easy with the CSS outline property
1 | a {outline: none} or a {outline: 0} |
The outline is useful for accessibility so think twice before turning it off completely. You may only want to set it for one of the specific link states mentioned above.
0 comments:
Post a Comment