diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-09-07 09:30:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-07 09:30:15 +0200 |
commit | 5184f3a7b4e071c89d6ba1cfb80f4ea8420e422c (patch) | |
tree | deb28cf49271cd3d6caa064664110def0b72fd6a | |
parent | 485e22acde461d1142dc2fca1a75068179a8523e (diff) | |
parent | 55f67ff7e7f22f145cb873edbc96bcf0d76a5e4f (diff) | |
download | nextcloud-server-5184f3a7b4e071c89d6ba1cfb80f4ea8420e422c.tar.gz nextcloud-server-5184f3a7b4e071c89d6ba1cfb80f4ea8420e422c.zip |
Merge pull request #6394 from nextcloud/navigation-mail-fix
Fix active entry highlight in certain apps
-rw-r--r-- | core/css/apps.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index bbf72f45c53..6449bb7472d 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -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; |