mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ACS-9075] Fixed incorrect buttons labels color (#10489)
This commit is contained in:
committed by
Vito Albano
parent
f48017b45d
commit
926710a82c
@@ -120,6 +120,8 @@ $mat-notched-outline-leading: '.mdc-notched-outline__leading';
|
|||||||
$mat-notched-outline-trailing: '.mdc-notched-outline__trailing';
|
$mat-notched-outline-trailing: '.mdc-notched-outline__trailing';
|
||||||
$mat-notched-outline-notch: '.mdc-notched-outline__notch';
|
$mat-notched-outline-notch: '.mdc-notched-outline__notch';
|
||||||
$mat-evolution-chip-set: '.mdc-evolution-chip-set';
|
$mat-evolution-chip-set: '.mdc-evolution-chip-set';
|
||||||
|
$mat-mdc-button: '.mdc-button';
|
||||||
|
$mat-outlined-button: '.mat-mdc-outlined-button';
|
||||||
$mat-button-base: '.mat-mdc-button-base';
|
$mat-button-base: '.mat-mdc-button-base';
|
||||||
$mat-button-touch-target: '.mat-mdc-button-touch-target';
|
$mat-button-touch-target: '.mat-mdc-button-touch-target';
|
||||||
$mat-evolution-chip-text-label: '.mdc-evolution-chip__text-label';
|
$mat-evolution-chip-text-label: '.mdc-evolution-chip__text-label';
|
||||||
|
@@ -82,4 +82,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#{$mat-button-base} {
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user