Highlight active federation scope menu entry with bold heading

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-09-26 15:08:17 +02:00
parent ef3e8faea2
commit a5c1e5f952
1 changed files with 5 additions and 3 deletions

View File

@ -237,12 +237,14 @@ input {
.menuitem {
font-size: 12.8px;
line-height: 1.6em;
.menuitem-text {
font-weight: 600;
}
.menuitem-text-detail {
opacity: .75;
}
&.active {
.menuitem-text {
font-weight: 600;
}
}
}
}
}