[AAE-13042] css variables names changed to avoid name collisions in other apps (#8351)

This commit is contained in:
tomasz hanaj
2023-03-10 16:35:39 +01:00
committed by GitHub
parent ce998f61fd
commit 8907a7ffa2
83 changed files with 269 additions and 269 deletions

View File

@@ -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-foreground-text-color-007);
border-bottom: 1px solid var(--adf-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-background-hover-color);
background-color: var(--adf-theme-background-hover-color);
.adf-tree-actions {
display: flex;
@@ -41,7 +41,7 @@ $tree-header-font-size: 12px !default;
}
&:focus {
background-color: var(--theme-background-hover-color);
background-color: var(--adf-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-foreground-text-color);
color: var(--adf-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-foreground-text-color);
color: var(--adf-theme-foreground-text-color);
box-sizing: border-box;
padding-top: 12px !important;