Fix focus styles for tabs
This commit is contained in:
parent
3bcda92f5f
commit
99ba4e9a39
|
@ -35,12 +35,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
&.active > a,
|
||||
> a:focus {
|
||||
background-color: @body-bg-color;
|
||||
|
||||
> a {
|
||||
color: @text-color;
|
||||
}
|
||||
color: @text-color;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
|
|
Loading…
Reference in New Issue