mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
Nested group vertical navigation indentation fix
This commit is contained in:
parent
3d9ded9a44
commit
52c5e6a18b
|
@ -26,7 +26,6 @@ export class FuseNavigationComponent implements OnDestroy
|
||||||
|
|
||||||
ngOnDestroy()
|
ngOnDestroy()
|
||||||
{
|
{
|
||||||
console.warn('destroyed');
|
|
||||||
this.navigationModelChangeSubscription.unsubscribe();
|
this.navigationModelChangeSubscription.unsubscribe();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -104,25 +104,21 @@
|
||||||
|
|
||||||
> .nav-item {
|
> .nav-item {
|
||||||
|
|
||||||
> .nav-link {
|
> .nav-link,
|
||||||
|
&.nav-group > .group-title,
|
||||||
|
&.nav-group > .group-items > .nav-item > .nav-link {
|
||||||
padding-left: 56px;
|
padding-left: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.nav-group {
|
|
||||||
padding-left: 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .children {
|
> .children {
|
||||||
|
|
||||||
> .nav-item {
|
> .nav-item {
|
||||||
|
|
||||||
> .nav-link {
|
> .nav-link,
|
||||||
|
&.nav-group > .group-title,
|
||||||
|
&.nav-group > .group-items > .nav-item > .nav-link {
|
||||||
padding-left: 72px;
|
padding-left: 72px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.nav-group {
|
|
||||||
padding-left: 48px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user