Dotted border appears when an anchor in navigation or icon is clicking. It applies only to Firefox.
In my opinion it looks ugly, especially in Rootcandy theme where most operations are doing through icons.

This should fix the problem.

a:focus
{
-moz-outline-style: none;
}

Comments

sign’s picture

Version: 6.x-1.6 » 6.x-1.x-dev
Status: Active » Fixed

Thanks, make sense, however -moz-outline-style is obsolete. outline-style is prefered.

a:focus {
  outline-style: none;
}

committed to dev, thank you
http://drupal.org/cvs?commit=343590

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.