Remove font changes on active navigation items
This commit is contained in:
parent
2e5515274e
commit
9ca5382e55
|
@ -66,14 +66,9 @@
|
||||||
color: @menu-color;
|
color: @menu-color;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
> a {
|
> a > .badge {
|
||||||
font-weight: @font-weight-bold;
|
|
||||||
letter-spacing: .02em;
|
|
||||||
|
|
||||||
> .badge {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
background-color: @menu-active-bg-color;
|
background-color: @menu-active-bg-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue