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