mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user