Skip to content
No results
  • All articles
  • Showcase
  • About
  • Contact
draghici.net
  • All articles
  • Showcase
  • About
  • Contact
draghici.net

Remove the dotted outline around a link

  • Cristi DraghiciCristi Draghici
  • February 12, 2016
  • Programming

Use the code in this article to remove the dotted outline around a link.

a, a:hover, a:active, a:focus {
    outline: 0;
}Code language: CSS (css)

! However, it’s recommended that you do not do this, since it will cause trouble for the accessibility of your app / website.

Source:

  • https://css-tricks.com/removing-the-dotted-outline
Tags
# css
Previous Post Enable root access on CM13
Next Post dragonet.js launched

Recently updated

  • Host old apps in containers with Debian 12
  • Setting up my new Raspberry Pi
  • How to test your frontend applications
  • Family tree – Genealogy application with React
  • Modernizing the internals of an old notes taking app

A quick note

I post here articles that I found interesting, solutions to problems I have encountered and last but not least, display information about my projects and achievements.

Categories

Everything else (85) Programming (177) Useful tools (23)

draghici.net © 2006 - 2025 - Most of the rights reserved