mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-1750] Version Manager - override styling (#600)
This commit is contained in:
committed by
Denys Vuika
parent
64319a7090
commit
df58726938
@@ -24,6 +24,7 @@
|
|||||||
@import './overrides/adf-search-sorting-picker.theme';
|
@import './overrides/adf-search-sorting-picker.theme';
|
||||||
@import './overrides/adf-content-node-selector.theme';
|
@import './overrides/adf-content-node-selector.theme';
|
||||||
@import './overrides/adf-layout-header.theme';
|
@import './overrides/adf-layout-header.theme';
|
||||||
|
@import './overrides/adf-version-manager.theme';
|
||||||
|
|
||||||
@import 'layout';
|
@import 'layout';
|
||||||
@import 'snackbar';
|
@import 'snackbar';
|
||||||
@@ -81,6 +82,7 @@ $custom-theme: mat-light-theme($custom-theme-primary, $custom-theme-accent);
|
|||||||
@include adf-search-sorting-picker-theme($theme);
|
@include adf-search-sorting-picker-theme($theme);
|
||||||
@include adf-content-node-selector-theme($theme);
|
@include adf-content-node-selector-theme($theme);
|
||||||
@include adf-layout-header-theme($theme);
|
@include adf-layout-header-theme($theme);
|
||||||
|
@include adf-version-manager-theme($theme);
|
||||||
|
|
||||||
@include aca-layout-theme($theme);
|
@include aca-layout-theme($theme);
|
||||||
@include aca-search-input-theme($theme);
|
@include aca-search-input-theme($theme);
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
@mixin adf-version-manager-theme($theme) {
|
||||||
|
adf-version-manager {
|
||||||
|
.mat-list .mat-3-line {
|
||||||
|
height: auto !important;
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-list-item-content {
|
||||||
|
padding: 16px 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.adf-version-list-item-comment.mat-line {
|
||||||
|
height: 100%;
|
||||||
|
word-break: break-all;
|
||||||
|
white-space: unset !important;
|
||||||
|
overflow: unset !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user