mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2140] set $data-table-cell-outline
This commit is contained in:
@@ -83,6 +83,7 @@ $data-table-thumbnail-width: 35px;
|
|||||||
$data-table-cell-min-width: 120px;
|
$data-table-cell-min-width: 120px;
|
||||||
$data-table-cell-min-width--no-grow: 120px;
|
$data-table-cell-min-width--no-grow: 120px;
|
||||||
$data-table-cell-min-width--fileSize: 80px !important;
|
$data-table-cell-min-width--fileSize: 80px !important;
|
||||||
|
$data-table-cell-outline: none;
|
||||||
|
|
||||||
$adf-pagination--border: 1px solid mat-color($foreground, text, 0.07);
|
$adf-pagination--border: 1px solid mat-color($foreground, text, 0.07);
|
||||||
$adf-pagination__empty--height: 0;
|
$adf-pagination__empty--height: 0;
|
||||||
|
|||||||
@@ -17,13 +17,6 @@
|
|||||||
@include flex-column;
|
@include flex-column;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
||||||
.adf-datatable-cell-header,
|
|
||||||
.adf-datatable-cell {
|
|
||||||
&:focus {
|
|
||||||
outline: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.adf-datatable-cell {
|
.adf-datatable-cell {
|
||||||
color: $document-list-text-color;
|
color: $document-list-text-color;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user