[ACA-2742] remove not needed style fixes - already moved to ADF 3.5.0 (#1215)

* [ACA-2742] remove not needed style fixes - already moved to ADF 3.5.0

* [ACA-2742] !default not needed
This commit is contained in:
Suzana Dirla
2019-10-02 13:06:12 +03:00
committed by Cilibiu Bogdan
parent f60f713fd3
commit a480d0c105
2 changed files with 4 additions and 27 deletions

View File

@@ -101,6 +101,8 @@ $adf-upload-dragging-background: #e0f7fa;
$adf-upload-dragging-level1-color: unset; $adf-upload-dragging-level1-color: unset;
$adf-upload-dragging-level1-border: none; $adf-upload-dragging-level1-border: none;
$adf-permission-list-width: 100%;
$defaults: ( $defaults: (
--theme-warn-color: mat-color($warn), --theme-warn-color: mat-color($warn),
--theme-text-color: mat-color($foreground, text, 0.54), --theme-text-color: mat-color($foreground, text, 0.54),

View File

@@ -1,31 +1,6 @@
@import 'mixins'; @import 'mixins';
@mixin adf-style-fixes($theme) { @mixin adf-style-fixes($theme) {
$background: map-get($theme, background); // add here all ADF style overrides
$foreground: map-get($theme, foreground); // and create a task to move them to ADF
$primary: map-get($theme, primary);
$data-table-cell-link-color: mat-color($foreground, text) !default;
.adf-datatable {
.adf-datatable-link,
.adf-location-cell a {
color: $data-table-cell-link-color;
}
}
adf-permission-list {
.adf-display-permission-container {
flex: 1;
.adf-datatable-permission {
width: 100%;
.adf-datatable-cell--icon,
.adf-datatable-cell--image {
min-width: $data-table-thumbnail-width;
}
}
}
}
} }