mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2140] remove document-list css overrides
- remove style for selection svg icon - remove .adf-document-list background color - was moved to ADF
This commit is contained in:
@@ -58,7 +58,7 @@ $foreground: map-get($custom-theme, foreground);
|
|||||||
$warn: map-get($custom-theme, warn);
|
$warn: map-get($custom-theme, warn);
|
||||||
|
|
||||||
@mixin custom-theme($theme) {
|
@mixin custom-theme($theme) {
|
||||||
@include adf-document-list-theme($theme);
|
@include adf-document-list-theme-test($theme);
|
||||||
|
|
||||||
@include layout-theme($theme);
|
@include layout-theme($theme);
|
||||||
@include aca-search-input-theme($theme);
|
@include aca-search-input-theme($theme);
|
||||||
|
|||||||
@@ -1,13 +1,11 @@
|
|||||||
@import 'mixins';
|
@import 'mixins';
|
||||||
|
|
||||||
@mixin adf-document-list-theme($theme) {
|
@mixin adf-document-list-theme-test($theme) {
|
||||||
$background: map-get($theme, background);
|
$background: map-get($theme, background);
|
||||||
$foreground: map-get($theme, foreground);
|
$foreground: map-get($theme, foreground);
|
||||||
$primary: map-get($theme, primary);
|
$primary: map-get($theme, primary);
|
||||||
|
|
||||||
$document-list-selection-color: mat-color($primary) !default;
|
|
||||||
$document-list-selection-background: #e0f7fa !default;
|
$document-list-selection-background: #e0f7fa !default;
|
||||||
$document-list-background: mat-color($background, background) !default;
|
|
||||||
$document-list-text-color: mat-color($foreground, text, 0.54) !default;
|
$document-list-text-color: mat-color($foreground, text, 0.54) !default;
|
||||||
$document-list-name-text-color: mat-color($foreground, text) !default;
|
$document-list-name-text-color: mat-color($foreground, text) !default;
|
||||||
$data-table-thumbnail-width: 50px !default;
|
$data-table-thumbnail-width: 50px !default;
|
||||||
@@ -35,15 +33,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-icon.adf-datatable-selected > svg {
|
|
||||||
fill: $document-list-selection-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
adf-document-list {
|
|
||||||
@include flex-column;
|
|
||||||
background-color: $document-list-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adf-datatable {
|
.adf-datatable {
|
||||||
@include flex-column;
|
@include flex-column;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|||||||
Reference in New Issue
Block a user