[ACS-7415] - Move file dialog (#3755)

This commit is contained in:
jacekpluta
2024-04-05 08:32:27 +02:00
committed by MichalKinas
parent ccbad2cdd0
commit 573a3099fc

View File

@@ -7,7 +7,7 @@
@include mat.core;
mat-toolbar {
color: var(--theme-text-color, rgba(0, 0, 0, 0.54));
color: var(--adf-theme-foreground-text-color-054);
}
mat-icon {
@@ -31,6 +31,15 @@ mat-slide-toggle {
}
}
.adf-name-location-cell-location.adf-datatable-cell-value {
color: var(--theme-secondary-text);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
background-color: transparent;
padding: 0;
}
.mat-mdc-tab-list {
.mat-mdc-tab-labels {
.mdc-tab--active {
@@ -39,6 +48,10 @@ mat-slide-toggle {
}
}
.mdc-list-item__primary-text {
color: var(--adf-theme-foreground-text-color-087);
}
.mat-mdc-button:is(button),
.mat-mdc-icon-button:is(button),
.mat-mdc-icon-button.mat-mdc-button-base:is(button) {