show active indicator on current app even when hovering other icons

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-03-27 19:36:11 +02:00
parent 0037d18aee
commit 3da45ec375
1 changed files with 1 additions and 6 deletions

View File

@ -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;
}