Fix focus styles for tabs

This commit is contained in:
Eric Lippmann 2016-01-13 11:26:11 +01:00
parent 3bcda92f5f
commit 99ba4e9a39

View File

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