RED-3800: cleanup

This commit is contained in:
Nicoleta Panaghiu 2023-09-25 17:55:18 +03:00
parent 08dd2b3dde
commit 0fcd19d63e
4 changed files with 2 additions and 8 deletions

View File

@ -25,7 +25,7 @@
<mat-form-field>
<mat-select formControlName="dictionary">
<mat-select-trigger class="disabled">{{ displayedDictionaryLabel }}</mat-select-trigger>
<mat-select-trigger>{{ displayedDictionaryLabel }}</mat-select-trigger>
<mat-option [value]="redaction.entity.type">
<span> {{ redaction.entity.label }} </span>
</mat-option>

View File

@ -1,5 +0,0 @@
::ng-deep span.mat-mdc-select-value-text {
.disabled {
color: var(--iqser-grey-3);
}
}

View File

@ -9,7 +9,6 @@ import { ResizeRedactionData, ResizeRedactionResult } from '../../utils/dialog-t
@Component({
templateUrl: './resize-redaction-dialog.component.html',
styleUrls: ['./resize-redaction-dialog.component.scss'],
})
export class ResizeRedactionDialogComponent
extends IqserDialogComponent<ResizeRedactionDialogComponent, ResizeRedactionData, ResizeRedactionResult>

@ -1 +1 @@
Subproject commit 1b76808917fcb3ff2ab6fe377599bb1583515499
Subproject commit 6dc910c4ca6182fd4f1d6746b1114ad5210229a8