mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-13042] css variables names changed to avoid name collisions in other apps (#8351)
This commit is contained in:
@@ -10,7 +10,7 @@ h2.adf-search-results-label {
|
||||
font-stretch: normal;
|
||||
line-height: 1.43;
|
||||
letter-spacing: -0.2px;
|
||||
color: var(--theme-foreground-text-color-087);
|
||||
color: var(--adf-theme-foreground-text-color-087);
|
||||
}
|
||||
|
||||
.adf-toolbar .mat-toolbar {
|
||||
@@ -39,11 +39,11 @@ h2.adf-search-results-label {
|
||||
width: 100%;
|
||||
|
||||
&-icon {
|
||||
color: var(--theme-foreground-icon-color-054);
|
||||
color: var(--adf-theme-foreground-icon-color-054);
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: var(--theme-foreground-base-color);
|
||||
color: var(--adf-theme-foreground-base-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -74,10 +74,10 @@ h2.adf-search-results-label {
|
||||
outline: none;
|
||||
|
||||
.mat-icon {
|
||||
color: var(--theme-foreground-base-color-045);
|
||||
color: var(--adf-theme-foreground-base-color-045);
|
||||
|
||||
&:hover {
|
||||
color: var(--theme-foreground-base-color-065);
|
||||
color: var(--adf-theme-foreground-base-color-065);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,14 +87,14 @@ h2.adf-search-results-label {
|
||||
}
|
||||
|
||||
.adf-dropdown-breadcrumb-item-chevron {
|
||||
color: var(--theme-foreground-base-color-045);
|
||||
color: var(--adf-theme-foreground-base-color-045);
|
||||
}
|
||||
}
|
||||
|
||||
&-list {
|
||||
height: 40vh;
|
||||
overflow: auto;
|
||||
border: 1px solid var(--theme-foreground-text-color-007);
|
||||
border: 1px solid var(--adf-theme-foreground-text-color-007);
|
||||
border-top: 0;
|
||||
position: relative;
|
||||
|
||||
|
@@ -60,7 +60,7 @@ adf-content-node-selector {
|
||||
font-stretch: normal;
|
||||
line-height: 1.6;
|
||||
letter-spacing: -0.5px;
|
||||
color: var(--theme-foreground-text-color-087);
|
||||
color: var(--adf-theme-foreground-text-color-087);
|
||||
|
||||
h2 {
|
||||
margin: unset;
|
||||
@@ -85,7 +85,7 @@ adf-content-node-selector {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
color: var(--theme-foreground-text-color);
|
||||
color: var(--adf-theme-foreground-text-color);
|
||||
|
||||
button {
|
||||
text-transform: uppercase;
|
||||
@@ -94,7 +94,7 @@ adf-content-node-selector {
|
||||
|
||||
.adf-choose-action {
|
||||
&[disabled] {
|
||||
color: var(--theme-foreground-secondary-text-color);
|
||||
color: var(--adf-theme-foreground-secondary-text-color);
|
||||
}
|
||||
|
||||
&:enabled {
|
||||
|
@@ -2,7 +2,7 @@
|
||||
display: grid;
|
||||
|
||||
&-location {
|
||||
color: var(--theme-foreground-text-color-054);
|
||||
color: var(--adf-theme-foreground-text-color-054);
|
||||
font-size: var(--theme-caption-font-size);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user