diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-09-07 09:35:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-07 09:35:53 +0200 |
commit | c58853d22374edbf4b3f3c477d3aeb960c3cbe72 (patch) | |
tree | e749839f69020a97f578e1ea388cb2aedf24bbce /core | |
parent | 5184f3a7b4e071c89d6ba1cfb80f4ea8420e422c (diff) | |
parent | 17d980cb9caf840a3a8b9577445707cd21bf569d (diff) | |
download | nextcloud-server-c58853d22374edbf4b3f3c477d3aeb960c3cbe72.tar.gz nextcloud-server-c58853d22374edbf4b3f3c477d3aeb960c3cbe72.zip |
Merge pull request #6398 from nextcloud/revert-6394-navigation-mail-fix
Revert "Fix active entry highlight in certain apps"
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 6449bb7472d..bbf72f45c53 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -93,8 +93,7 @@ kbd { border-right: 1px solid nc-darken($color-main-background, 8%); display: flex; flex-direction: column; - > ul, - .with-icon > ul { + > ul { position: relative; height: 100%; width: inherit; |