[ACA-2140] set $data-table-dividers-wrapper-border

This commit is contained in:
suzana_dirla
2019-08-20 16:04:50 +03:00
parent 5bc7676f5c
commit eadaa3035d
2 changed files with 1 additions and 4 deletions

View File

@@ -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;

View File

@@ -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;