From 26e55d7f3dddb0ffdbfc8a722707386a434efbd4 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Sun, 6 May 2018 13:44:34 +0300 Subject: [PATCH] (Navigation) Fixed: Horizontal navigation items don't have 'hidden' and 'custom function' features --- .../nav-horizontal-collapse.component.html | 61 ++++++++++++++----- .../nav-horizontal-item.component.html | 44 ++++++++----- 2 files changed, 73 insertions(+), 32 deletions(-) diff --git a/src/@fuse/components/navigation/horizontal/nav-collapse/nav-horizontal-collapse.component.html b/src/@fuse/components/navigation/horizontal/nav-collapse/nav-horizontal-collapse.component.html index a73d2aae..da55085f 100644 --- a/src/@fuse/components/navigation/horizontal/nav-collapse/nav-horizontal-collapse.component.html +++ b/src/@fuse/components/navigation/horizontal/nav-collapse/nav-horizontal-collapse.component.html @@ -1,23 +1,52 @@ - - {{item.icon}} - {{item.title}} - - {{item.badge.title}} + + + + + + + + + + + + + + + - keyboard_arrow_right - -
+ + + + -
+ + {{item.icon}} + {{item.title}} + + {{item.badge.title}} + + keyboard_arrow_right + - - - - - +
+ +
+ + + + + + + +
-
\ No newline at end of file + \ No newline at end of file diff --git a/src/@fuse/components/navigation/horizontal/nav-item/nav-horizontal-item.component.html b/src/@fuse/components/navigation/horizontal/nav-item/nav-horizontal-item.component.html index bfff9a59..b623bb8f 100644 --- a/src/@fuse/components/navigation/horizontal/nav-item/nav-horizontal-item.component.html +++ b/src/@fuse/components/navigation/horizontal/nav-item/nav-horizontal-item.component.html @@ -1,18 +1,30 @@ - - {{item.icon}} - {{item.title}} - - {{item.badge.title}} - - + - - {{item.icon}} - {{item.title}} - - {{item.badge.title}} + + + + + + + + - \ No newline at end of file + + + + + + + + {{item.icon}} + {{item.title}} + + {{item.badge.title}} + + + +