diff --git a/src/app/ui/custom-theme.scss b/src/app/ui/custom-theme.scss index f5a3ced18..57f505a98 100644 --- a/src/app/ui/custom-theme.scss +++ b/src/app/ui/custom-theme.scss @@ -79,6 +79,7 @@ $warn: map-get($custom-theme, warn); //Custom variables - ACA specific styling: $document-list-selection-color: mat-color($alfresco-ecm-blue, 500); $document-list-background: white; +$data-table-dividers-wrapper-border: none; $data-table-thumbnail-width: 35px; $data-table-cell-min-width: 120px; $data-table-cell-min-width--no-grow: 120px; diff --git a/src/app/ui/overrides/adf-document-list.theme.scss b/src/app/ui/overrides/adf-document-list.theme.scss index 7f337cb06..bf72576a1 100644 --- a/src/app/ui/overrides/adf-document-list.theme.scss +++ b/src/app/ui/overrides/adf-document-list.theme.scss @@ -8,10 +8,6 @@ $document-list-text-color: mat-color($foreground, text, 0.54) !default; $document-list-name-text-color: mat-color($foreground, text) !default; - .adf-datatable-list { - border: none; - } - .adf-datatable { @include flex-column; overflow-y: scroll;