mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-8160] apply styles for tags in info drawer (#4126)
Co-authored-by: jacekpluta <73617938+jacekpluta@users.noreply.github.com>
This commit is contained in:
parent
7fcc0af5bd
commit
af6deb4388
@ -0,0 +1,8 @@
|
|||||||
|
.app-metadata-tab {
|
||||||
|
.adf-dynamic-chip-list-chip {
|
||||||
|
background-color: var(--theme-background-card-colour);
|
||||||
|
border: 1px solid var(--theme-text-color);
|
||||||
|
border-radius: 10px;
|
||||||
|
color: var(--theme-text-color);
|
||||||
|
}
|
||||||
|
}
|
@ -56,6 +56,7 @@ import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|||||||
[displayAspect]="metadataAspect"
|
[displayAspect]="metadataAspect"
|
||||||
/>
|
/>
|
||||||
`,
|
`,
|
||||||
|
styleUrls: ['metadata-tab.component.scss'],
|
||||||
encapsulation: ViewEncapsulation.None,
|
encapsulation: ViewEncapsulation.None,
|
||||||
host: { class: 'app-metadata-tab' }
|
host: { class: 'app-metadata-tab' }
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user