Merge pull request #6646 from nextcloud/federation-active

Highlight active federation scope menu entry with bold heading
This commit is contained in:
Roeland Jago Douma 2017-09-26 21:13:53 +02:00 committed by GitHub
commit 271959b1d9
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;
}
}
}
}
}