File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
projects/dxc-ngx-cdk/src/lib Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments