RED-3800: cleanup
This commit is contained in:
parent
08dd2b3dde
commit
0fcd19d63e
@ -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>
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
::ng-deep span.mat-mdc-select-value-text {
|
||||
.disabled {
|
||||
color: var(--iqser-grey-3);
|
||||
}
|
||||
}
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user