Remove font changes on active navigation items

This commit is contained in:
Jennifer Mourek 2019-03-12 16:11:59 +01:00
parent 2e5515274e
commit 9ca5382e55
1 changed files with 2 additions and 7 deletions

View File

@ -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;