Merge pull request #9363 from nextcloud/bugfix/noid/highlighted-navigation-counter

Add support for a highlighted navigation counter
This commit is contained in:
John Molakvoæ 2018-05-07 14:44:16 +02:00 committed by GitHub
commit eb063fdb6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -435,6 +435,17 @@ kbd {
font-size: 9pt;
line-height: 44px;
padding: 0 12px; /* Same padding as all li > a in the app-navigation */
&.highlighted {
padding: 0;
text-align: center;
span {
padding: 2px 5px;
border-radius: 10px;
background-color: $color-primary;
color: $color-primary-text;
}
}
}
}