mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +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:
@@ -24,7 +24,7 @@ $tree-header-font-size: 12px !default;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
transition-property: background-color;
|
||||
border-bottom: 1px solid var(--theme-border-color);
|
||||
border-bottom: 1px solid var(--theme-foreground-text-color-007);
|
||||
min-height: $tree-row-height;
|
||||
user-select: none;
|
||||
|
||||
@@ -33,7 +33,7 @@ $tree-header-font-size: 12px !default;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--theme-bg-hover-color);
|
||||
background-color: var(--theme-background-hover-color);
|
||||
|
||||
.adf-tree-actions {
|
||||
display: flex;
|
||||
@@ -41,7 +41,7 @@ $tree-header-font-size: 12px !default;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
background-color: var(--theme-bg-hover-color);
|
||||
background-color: var(--theme-background-hover-color);
|
||||
outline-offset: -1px;
|
||||
outline: 1px solid var(--theme-accent-color-a200);
|
||||
}
|
||||
@@ -55,7 +55,7 @@ $tree-header-font-size: 12px !default;
|
||||
}
|
||||
|
||||
.adf-tree-cell {
|
||||
color: var(--theme-text-fg-color);
|
||||
color: var(--theme-foreground-text-color);
|
||||
width: 100%;
|
||||
|
||||
.adf-tree-cell-value {
|
||||
@@ -82,7 +82,7 @@ $tree-header-font-size: 12px !default;
|
||||
letter-spacing: 0;
|
||||
min-height: $tree-row-height !important;
|
||||
font-size: $tree-header-font-size;
|
||||
color: var(--theme-text-fg-color);
|
||||
color: var(--theme-foreground-text-color);
|
||||
box-sizing: border-box;
|
||||
padding-top: 12px !important;
|
||||
|
||||
|
Reference in New Issue
Block a user