[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

@@ -10,7 +10,7 @@ h2.adf-search-results-label {
font-stretch: normal;
line-height: 1.43;
letter-spacing: -0.2px;
color: var(--theme-text-bold-color);
color: var(--theme-foreground-text-color-087);
}
.adf-toolbar .mat-toolbar {
@@ -39,11 +39,11 @@ h2.adf-search-results-label {
width: 100%;
&-icon {
color: var(--adf-node-selector-icon-color);
color: var(--theme-foreground-icon-color-054);
cursor: pointer;
&:hover {
color: var(--theme-fg-base-color);
color: var(--theme-foreground-base-color);
}
}
}
@@ -74,10 +74,10 @@ h2.adf-search-results-label {
outline: none;
.mat-icon {
color: var(--adf-node-selector-base-color);
color: var(--theme-foreground-base-color-045);
&:hover {
color: var(--adf-node-selector-base-bold-color);
color: var(--theme-foreground-base-color-065);
}
}
@@ -87,14 +87,14 @@ h2.adf-search-results-label {
}
.adf-dropdown-breadcrumb-item-chevron {
color: var(--adf-node-selector-base-color);
color: var(--theme-foreground-base-color-045);
}
}
&-list {
height: 40vh;
overflow: auto;
border: 1px solid var(--theme-border-color);
border: 1px solid var(--theme-foreground-text-color-007);
border-top: 0;
position: relative;

View File

@@ -60,7 +60,7 @@ adf-content-node-selector {
font-stretch: normal;
line-height: 1.6;
letter-spacing: -0.5px;
color: var(--theme-text-bold-color);
color: var(--theme-foreground-text-color-087);
h2 {
margin: unset;
@@ -94,7 +94,7 @@ adf-content-node-selector {
.adf-choose-action {
&[disabled] {
color: var(--theme-secondary-text-color);
color: var(--theme-foreground-secondary-text-color);
}
&:enabled {

View File

@@ -2,7 +2,7 @@
display: grid;
&-location {
color: var(--theme-text-color);
color: var(--theme-foreground-text-color-054);
font-size: var(--theme-caption-font-size);
}
}