mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-24 14:31:16 +00:00
[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:
committed by
Cilibiu Bogdan
parent
f60f713fd3
commit
a480d0c105
@@ -101,6 +101,8 @@ $adf-upload-dragging-background: #e0f7fa;
|
||||
$adf-upload-dragging-level1-color: unset;
|
||||
$adf-upload-dragging-level1-border: none;
|
||||
|
||||
$adf-permission-list-width: 100%;
|
||||
|
||||
$defaults: (
|
||||
--theme-warn-color: mat-color($warn),
|
||||
--theme-text-color: mat-color($foreground, text, 0.54),
|
||||
|
@@ -1,31 +1,6 @@
|
||||
@import 'mixins';
|
||||
|
||||
@mixin adf-style-fixes($theme) {
|
||||
$background: map-get($theme, background);
|
||||
$foreground: map-get($theme, foreground);
|
||||
$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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// add here all ADF style overrides
|
||||
// and create a task to move them to ADF
|
||||
}
|
||||
|
Reference in New Issue
Block a user