disable stupid mozilla dotted outlines around links
This commit is contained in:
parent
e9adc2e1e6
commit
b2f7790b5b
|
@ -2089,3 +2089,8 @@ ul#headlineActionsBody li.insensitive:hover {
|
||||||
cursor : normal;
|
cursor : normal;
|
||||||
color : gray;
|
color : gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:focus {
|
||||||
|
-moz-outline-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue