mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #9363 from nextcloud/bugfix/noid/highlighted-navigation-counter
Add support for a highlighted navigation counter
This commit is contained in:
commit
eb063fdb6e
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue