[ACA-2140] remove style about $data-table-thumbnail-width - moved to ADF

This commit is contained in:
suzana_dirla
2019-08-20 11:26:00 +03:00
parent 733e5c8733
commit 67559e120d

View File

@@ -8,7 +8,6 @@
$document-list-selection-background: #e0f7fa !default; $document-list-selection-background: #e0f7fa !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;
.adf-datatable-list { .adf-datatable-list {
border: none; border: none;
@@ -20,10 +19,6 @@
.adf-datatable-cell-header, .adf-datatable-cell-header,
.adf-datatable-cell { .adf-datatable-cell {
&:first-child {
min-width: $data-table-thumbnail-width;
}
&:focus { &:focus {
outline: none !important; outline: none !important;
} }