mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ADF-5407] style fixes before Angular 12 upgrade
This commit is contained in:
@@ -27,7 +27,7 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input } from '@a
|
||||
|
||||
@Component({
|
||||
selector: 'aca-page-layout',
|
||||
templateUrl: 'page-layout.component.html',
|
||||
templateUrl: './page-layout.component.html',
|
||||
styleUrls: ['./page-layout.component.scss'],
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
host: { class: 'aca-page-layout' },
|
||||
|
@@ -34,7 +34,7 @@ export enum ToolbarButtonType {
|
||||
|
||||
@Component({
|
||||
selector: 'app-toolbar-button',
|
||||
templateUrl: 'toolbar-button.component.html',
|
||||
templateUrl: './toolbar-button.component.html',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
host: { class: 'app-toolbar-button' }
|
||||
})
|
||||
|
@@ -29,7 +29,7 @@ import { AppExtensionService } from '../../../services/app.extension.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-toolbar-menu-item',
|
||||
templateUrl: 'toolbar-menu-item.component.html',
|
||||
templateUrl: './toolbar-menu-item.component.html',
|
||||
styles: [
|
||||
`
|
||||
.app-toolbar-menu-item:last-child > .mat-divider-horizontal {
|
||||
|
@@ -29,7 +29,7 @@ import { MatMenuTrigger } from '@angular/material/menu';
|
||||
|
||||
@Component({
|
||||
selector: 'app-toolbar-menu',
|
||||
templateUrl: 'toolbar-menu.component.html',
|
||||
templateUrl: './toolbar-menu.component.html',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
host: { class: 'app-toolbar-menu' }
|
||||
})
|
||||
|
Reference in New Issue
Block a user