[AAE-12872] custom css variables replaced with theme related variables (#8332)

* AAE-12872 replaced global variables related to foreground text

* AAE-12872 replaced global css variables related to foreground

* AAE-12872 replaced global css variables related to background,palette colors
This commit is contained in:
tomasz hanaj
2023-03-09 00:40:48 +01:00
committed by GitHub
parent 9863149a28
commit a39480bc48
83 changed files with 277 additions and 285 deletions

View File

@@ -75,16 +75,16 @@
}
&-actions {
border-top: 1px solid var(--theme-fg-divider);
border-top: 1px solid var(--theme-foreground-divider-color);
padding: 8px;
box-sizing: border-box;
height: 40px;
&-icon {
color: var(--theme-text-color);
color: var(--theme-foreground-text-color-054);
&:hover {
color: var(--theme-text-bold-color);
color: var(--theme-foreground-text-color-087);
}
}
}

View File

@@ -56,7 +56,7 @@
}
.adf-report-report-container {
border-bottom: solid 1px var(--theme-fg-divider);
border-bottom: solid 1px var(--theme-foreground-divider-color);
padding-top: 10px;
.mat-toolbar {