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-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),
|
||||||
|
@@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user