Merge pull request #6394 from nextcloud/navigation-mail-fix
Fix active entry highlight in certain apps
This commit is contained in:
commit
5184f3a7b4
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ kbd {
|
|||
border-right: 1px solid nc-darken($color-main-background, 8%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
> ul {
|
||||
> ul,
|
||||
.with-icon > ul {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: inherit;
|
||||
|
|
Loading…
Reference in a new issue