Skip to content

Commit 91c9060

Browse files
authored
Merge pull request #153 from assureclaims/feature/RMA-98688
Disable Control issues
2 parents 90b87d4 + 6eb2873 commit 91c9060

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

projects/dxc-ngx-cdk/src/lib/dxc-select/select.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,6 @@ export abstract class _MatSelectBase<C>
13141314
13151315
&.mat-select-disabled {
13161316
cursor: not-allowed;
1317-
border-bottom: 1px solid var(--select-disabledColor) !important;
13181317
.mat-select-trigger {
13191318
cursor: not-allowed;
13201319
outline: none !important;

projects/dxc-ngx-cdk/src/lib/dxc-text-input/dxc-input-text.component.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,6 @@ export class DxcTextInputComponent
481481
.mat-hint {
482482
color: var(--inputText-disabledFontColor);
483483
}
484-
.mat-form-field-underline {
485-
background-color: var(--inputText-disabledFontColor) !important;
486-
}
487484
.mat-form-field-empty mat-label {
488485
color: var(--inputText-disabledFontColor);
489486
}
@@ -516,7 +513,6 @@ export class DxcTextInputComponent
516513
color: var(--inputText-fontColor);
517514
}
518515
.mat-form-field-underline {
519-
background-color: var(--inputText-fontColor) !important;
520516
.mat-form-field-ripple {
521517
background-color: var(--inputText-fontColor) !important;
522518
}

0 commit comments

Comments
 (0)