diff --git a/core/css/header.scss b/core/css/header.scss index 4b6c0fbd007ac..c4119c2cecbfa 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -321,30 +321,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); overflow: auto; @@ -583,4 +559,4 @@ nav { } } -} \ No newline at end of file +} diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index adeeaf0379758..e8f4082be8042 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -80,16 +80,6 @@ t('More apps')); ?> - -