[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:
suzana_dirla
2019-08-20 10:36:27 +03:00
parent d5afd22f26
commit 506580b42f
2 changed files with 2 additions and 13 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ $foreground: map-get($custom-theme, foreground);
$warn: map-get($custom-theme, warn);
@mixin custom-theme($theme) {
@include adf-document-list-theme($theme);
@include adf-document-list-theme-test($theme);
@include layout-theme($theme);
@include aca-search-input-theme($theme);
@@ -1,13 +1,11 @@
@import 'mixins';
@mixin adf-document-list-theme($theme) {
@mixin adf-document-list-theme-test($theme) {
$background: map-get($theme, background);
$foreground: map-get($theme, foreground);
$primary: map-get($theme, primary);
$document-list-selection-color: mat-color($primary) !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-name-text-color: mat-color($foreground, text) !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 {
@include flex-column;
overflow-y: scroll;