Merge pull request #6973 from nextcloud/menu-highlight

Add blue bar as highlight to active menu entry
This commit is contained in:
Morris Jobke 2017-10-26 16:09:02 +02:00 committed by GitHub
commit 13087da3c6
2 changed files with 3 additions and 0 deletions

View File

@ -424,6 +424,7 @@ nav {
&:active,
&.active {
opacity: 1;
box-shadow: inset 2px 0 $color-primary;
}
}
}

View File

@ -248,6 +248,8 @@ input {
opacity: .75;
}
&.active {
box-shadow: inset 2px 0 $color-primary;
.menuitem-text {
font-weight: 600;
}