diff options
author | Joas Schilling <coding@schilljs.com> | 2017-03-26 20:26:05 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-03-26 20:26:05 +0200 |
commit | 433958e2e38f4d6935f695e482e80693dc0ffeb9 (patch) | |
tree | d351223caf70e4f299e07909beb04fa08ae440d0 /core/css | |
parent | 054e161eb5f4a5c5c13ee322ae8e93ce66f01b13 (diff) | |
download | nextcloud-server-433958e2e38f4d6935f695e482e80693dc0ffeb9.tar.gz nextcloud-server-433958e2e38f4d6935f695e482e80693dc0ffeb9.zip |
Move app management to the settings menu
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.scss | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 4b6c0fbd007..1ba90aaabff 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -322,28 +322,6 @@ nav { } /* Apps management */ -.apps-management { - min-height: initial; - height: initial; - margin: 0; - a { - svg, - span { - -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)'; - opacity: .3; - } - /* icon opacity and hover effect */ - &:hover svg, - &:focus svg, - &.active svg, - &:hover span, - &:focus span, - &.active span { - -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; - opacity: 1; - } - } -} #apps { max-height: calc(100vh - 100px); @@ -583,4 +561,4 @@ nav { } } -}
\ No newline at end of file +} |