[ACA-2140] set $data-table-hover-color and $data-table-selection-color

This commit is contained in:
suzana_dirla
2019-08-20 11:39:14 +03:00
parent d14a15206d
commit 0a8ff95531
2 changed files with 2 additions and 13 deletions
+2
View File
@@ -84,6 +84,8 @@ $data-table-cell-min-width: 120px;
$data-table-cell-min-width--no-grow: 120px;
$data-table-cell-min-width--fileSize: 80px !important;
$data-table-cell-outline: none;
$data-table-hover-color: #e0f7fa;
$data-table-selection-color: #e0f7fa;
$adf-pagination--border: 1px solid mat-color($foreground, text, 0.07);
$adf-pagination__empty--height: 0;
@@ -5,7 +5,6 @@
$foreground: map-get($theme, foreground);
$primary: map-get($theme, primary);
$document-list-selection-background: #e0f7fa !default;
$document-list-text-color: mat-color($foreground, text, 0.54) !default;
$document-list-name-text-color: mat-color($foreground, text) !default;
@@ -21,18 +20,6 @@
color: $document-list-text-color;
}
.adf-datatable-body .adf-datatable-row {
&:hover,
&:focus {
background-color: $document-list-selection-background;
}
&.adf-is-selected,
&.adf-is-selected:hover {
background-color: $document-list-selection-background;
}
}
.adf-datatable--empty {
.adf-datatable-row {
&:hover,