diff options
Diffstat (limited to 'core')
-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 +} |