CSS: Remove focus outline on a

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-28 14:10:14 +01:00
parent 41eee7f33a
commit dc3cf8b231
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ a {
font-weight: @font-weight-bold;
text-decoration: none;
&:focus {
outline: none;
}
&:hover {
text-decoration: underline;
}