disable stupid mozilla dotted outlines around links

master
Andrew Dolgov 16 years ago
parent e9adc2e1e6
commit b2f7790b5b

@ -2089,3 +2089,8 @@ ul#headlineActionsBody li.insensitive:hover {
cursor : normal;
color : gray;
}
:focus {
-moz-outline-style: none;
}

Loading…
Cancel
Save