Added missing mat selector for mat-list-item-disabled (#9763)

This commit is contained in:
swapnil-verma-gl 2024-06-03 17:48:21 +05:30 committed by VitoAlbano
parent f0780afe20
commit f0a1ebfce1

View File

@ -140,4 +140,5 @@ $mat-text-field-disabled: '.mdc-text-field--disabled';
$mat-form-field-focus-overlay: '.mat-mdc-form-field-focus-overlay';
$mat-form-field-error-wrapper: '.mat-mdc-form-field-error-wrapper';
$mat-text-field-textarea: '.mdc-text-field--textarea';
$mat-list-item-disabled: '.mdc-list-item--disabled';
$mat-chip-focus-overlay: '.mat-mdc-chip-focus-overlay';