Highlight active federation scope menu entry with bold heading
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
ef3e8faea2
commit
a5c1e5f952
1 changed files with 5 additions and 3 deletions
|
@ -237,12 +237,14 @@ input {
|
||||||
.menuitem {
|
.menuitem {
|
||||||
font-size: 12.8px;
|
font-size: 12.8px;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
.menuitem-text {
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
.menuitem-text-detail {
|
.menuitem-text-detail {
|
||||||
opacity: .75;
|
opacity: .75;
|
||||||
}
|
}
|
||||||
|
&.active {
|
||||||
|
.menuitem-text {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue