summaryrefslogtreecommitdiffstats
path: root/core/css/header.scss
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-03-27 19:36:11 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-03-27 20:18:37 +0200
commit3da45ec3759bef2cbd104b6c573465b8b297f204 (patch)
tree0f9ee7df13fe4aff88bf2a5acd9d4447a40fa64e /core/css/header.scss
parent0037d18aeeaa9ab4bc8ef6a110ca9f410eae9222 (diff)
downloadnextcloud-server-3da45ec3759bef2cbd104b6c573465b8b297f204.tar.gz
nextcloud-server-3da45ec3759bef2cbd104b6c573465b8b297f204.zip
show active indicator on current app even when hovering other icons
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/header.scss')
-rw-r--r--core/css/header.scss7
1 files changed, 1 insertions, 6 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 6f41dd8154f..3fcb8a2260c 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;
}