diff --git a/core/css/header.scss b/core/css/header.scss index 6f41dd8154..3fcb8a2260 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -494,7 +494,7 @@ nav { display: inline-block; } - + /* show triangle below active app */ li:hover a:before, li a.active:before { content: ' '; @@ -517,11 +517,6 @@ nav { display: none !important; } - /* do not show active indicator when hovering other icons */ - &:hover li:not(:hover) a:before { - display: none; - } - li.hidden { display: none; }