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:
@@ -37,7 +37,7 @@
|
|||||||
background-color: mat-color($background, background);
|
background-color: mat-color($background, background);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
color: mat-color($foreground, secondary-text);
|
color: mat-color($foreground, text, 0.72);
|
||||||
|
|
||||||
button {
|
button {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
.adf-choose-action {
|
.adf-choose-action {
|
||||||
|
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
opacity: 0.6;
|
color: mat-color($foreground, secondary-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:enabled {
|
&:enabled {
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
background-color: mat-color($background, background);
|
background-color: mat-color($background, background);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
color: mat-color($foreground, secondary-text);
|
color: mat-color($foreground, text, 0.72);
|
||||||
|
|
||||||
button {
|
button {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
.adf-choose-action {
|
.adf-choose-action {
|
||||||
|
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
opacity: 0.6;
|
color: mat-color($foreground, secondary-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:enabled {
|
&:enabled {
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
background-color: mat-color($background, background);
|
background-color: mat-color($background, background);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
color: mat-color($foreground, secondary-text);
|
color: mat-color($foreground, text, 0.72);
|
||||||
|
|
||||||
button {
|
button {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
.adf-choose-action {
|
.adf-choose-action {
|
||||||
|
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
opacity: 0.6;
|
color: mat-color($foreground, secondary-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:enabled {
|
&:enabled {
|
||||||
|
Reference in New Issue
Block a user