Fix focus styles for tabs

This commit is contained in:
Eric Lippmann 2016-01-13 11:26:11 +01:00
parent 3bcda92f5f
commit 99ba4e9a39
1 changed files with 3 additions and 5 deletions

View File

@ -35,12 +35,10 @@
}
}
&.active {
&.active > a,
> a:focus {
background-color: @body-bg-color;
> a {
color: @text-color;
}
color: @text-color;
}
&:last-child {