Closed (fixed)
Project:
RootCandy
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2010 at 08:33 UTC
Updated:
2 Apr 2010 at 13:30 UTC
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
Comment #1
sign commentedThanks, make sense, however -moz-outline-style is obsolete. outline-style is prefered.
committed to dev, thank you
http://drupal.org/cvs?commit=343590