mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ADF-5114] Change dialog action button color (#5613)
This commit is contained in:
parent
45b2857e1e
commit
0a9fb69498
@ -37,7 +37,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;
|
||||
@ -47,7 +47,7 @@
|
||||
.adf-choose-action {
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.6;
|
||||
color: mat-color($foreground, secondary-text);
|
||||
}
|
||||
|
||||
&:enabled {
|
||||
|
@ -33,7 +33,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;
|
||||
@ -43,7 +43,7 @@
|
||||
.adf-choose-action {
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.6;
|
||||
color: mat-color($foreground, secondary-text);
|
||||
}
|
||||
|
||||
&:enabled {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user