diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-select/select.ts b/projects/dxc-ngx-cdk/src/lib/dxc-select/select.ts index df4632e4f..3e980c67a 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-select/select.ts +++ b/projects/dxc-ngx-cdk/src/lib/dxc-select/select.ts @@ -1314,7 +1314,6 @@ export abstract class _MatSelectBase &.mat-select-disabled { cursor: not-allowed; - border-bottom: 1px solid var(--select-disabledColor) !important; .mat-select-trigger { cursor: not-allowed; outline: none !important; diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-text-input/dxc-input-text.component.ts b/projects/dxc-ngx-cdk/src/lib/dxc-text-input/dxc-input-text.component.ts index b30ad6208..bf59487ee 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-text-input/dxc-input-text.component.ts +++ b/projects/dxc-ngx-cdk/src/lib/dxc-text-input/dxc-input-text.component.ts @@ -481,9 +481,6 @@ export class DxcTextInputComponent .mat-hint { color: var(--inputText-disabledFontColor); } - .mat-form-field-underline { - background-color: var(--inputText-disabledFontColor) !important; - } .mat-form-field-empty mat-label { color: var(--inputText-disabledFontColor); } @@ -516,7 +513,6 @@ export class DxcTextInputComponent color: var(--inputText-fontColor); } .mat-form-field-underline { - background-color: var(--inputText-fontColor) !important; .mat-form-field-ripple { background-color: var(--inputText-fontColor) !important; }