mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACA-2140] remove style about $data-table-thumbnail-width - moved to ADF
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user