Removed unused feature
This commit is contained in:
parent
f9f2298e85
commit
b6f287f13f
@ -101,7 +101,6 @@ export class AppLayoutComponent implements OnDestroy {
|
||||
'layout-theme-dark': this.layoutService.config.colorScheme === 'dark',
|
||||
'layout-overlay': this.layoutService.config.menuMode === 'overlay',
|
||||
'layout-static': this.layoutService.config.menuMode === 'static',
|
||||
'layout-horizontal': this.layoutService.config.menuMode === 'horizontal',
|
||||
'layout-static-inactive': this.layoutService.state.staticMenuDesktopInactive && this.layoutService.config.menuMode === 'static',
|
||||
'layout-overlay-active': this.layoutService.state.overlayMenuActive,
|
||||
'layout-mobile-active': this.layoutService.state.staticMenuMobileActive,
|
||||
|
Loading…
Reference in New Issue
Block a user