Merge pull request #4101 from nextcloud/header-detail

show active indicator on current app even when hovering other icons
This commit is contained in:
Morris Jobke 2017-03-28 08:57:09 -06:00 committed by GitHub
commit 401a5d896d
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;
}