mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-46434 Fix disabled stying for people widgets (#11967)
This commit is contained in:
@@ -312,6 +312,11 @@ form-field {
|
|||||||
filled-disabled-label-text-color: var(--mat-sys-on-surface)
|
filled-disabled-label-text-color: var(--mat-sys-on-surface)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@include mat.chips-overrides(
|
||||||
|
(
|
||||||
|
disabled-label-text-color: var(--mat-sys-on-surface)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
.mat-datepicker-toggle.mat-mdc-button-disabled {
|
.mat-datepicker-toggle.mat-mdc-button-disabled {
|
||||||
color: var(--mat-sys-on-surface-variant);
|
color: var(--mat-sys-on-surface-variant);
|
||||||
|
|||||||
Reference in New Issue
Block a user