SPR-953: css for aside nav .is-active in functions

This commit is contained in:
Silke Pisulla 2017-04-28 13:38:34 +02:00
commit 0e47d97953

View file

@ -62,6 +62,12 @@
li:not([class]),
.li {
padding: .15em 0;
/* + + + + + active + + + + + */
span.curid {
font-weight: bold;
}
}
}
@ -253,12 +259,6 @@
}
/* + + + + + active + + + + + */
span.curid a {
font-weight: bold;
}
/* + + + + + the panel (hidden by default) + + + + + */
div.nav-panel {
display: none;