mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5114] Change dialog action button color (#5613)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
background-color: mat-color($background, background);
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
color: mat-color($foreground, secondary-text);
|
||||
color: mat-color($foreground, text, 0.72);
|
||||
|
||||
button {
|
||||
text-transform: uppercase;
|
||||
@@ -20,7 +20,7 @@
|
||||
.adf-choose-action {
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.6;
|
||||
color: mat-color($foreground, secondary-text);
|
||||
}
|
||||
|
||||
&:enabled {
|
||||
|
Reference in New Issue
Block a user