SPR-953: css for aside nav .is-active in functions
This commit is contained in:
parent
35d81750af
commit
0e47d97953
1 changed files with 6 additions and 6 deletions
|
@ -62,6 +62,12 @@
|
||||||
li:not([class]),
|
li:not([class]),
|
||||||
.li {
|
.li {
|
||||||
padding: .15em 0;
|
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) + + + + + */
|
/* + + + + + the panel (hidden by default) + + + + + */
|
||||||
div.nav-panel {
|
div.nav-panel {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue