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,11 +237,13 @@ input {
.menuitem { .menuitem {
font-size: 12.8px; font-size: 12.8px;
line-height: 1.6em; line-height: 1.6em;
.menuitem-text-detail {
opacity: .75;
}
&.active {
.menuitem-text { .menuitem-text {
font-weight: 600; font-weight: 600;
} }
.menuitem-text-detail {
opacity: .75;
} }
} }
} }