diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-09-07 02:45:12 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-09-07 02:45:12 +0200 |
commit | 55f67ff7e7f22f145cb873edbc96bcf0d76a5e4f (patch) | |
tree | 013958dcefee9da73e132319f2316f04bc87e66e /core | |
parent | 9959560649a6131838ac7e05b807ae587eacd8ad (diff) | |
download | nextcloud-server-55f67ff7e7f22f145cb873edbc96bcf0d76a5e4f.tar.gz nextcloud-server-55f67ff7e7f22f145cb873edbc96bcf0d76a5e4f.zip |
Fix active entry highlight in certain apps
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-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; |