mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ACA-2493] Fix disabled create folder button color (#5605)
This commit is contained in:
parent
d089283aa4
commit
25426dd044
@ -24,12 +24,17 @@
|
|||||||
@mixin adf-dialog-theme($theme) {
|
@mixin adf-dialog-theme($theme) {
|
||||||
|
|
||||||
$primary: map-get($theme, primary);
|
$primary: map-get($theme, primary);
|
||||||
|
$foreground: map-get($theme, foreground);
|
||||||
|
|
||||||
.adf-dialog-buttons button {
|
.adf-dialog-buttons button {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-dialog-action-button:enabled {
|
.adf-dialog-action-button:enabled {
|
||||||
color: mat-color($primary);
|
color: mat-color($primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adf-dialog-action-button:disabled > span {
|
||||||
|
color: mat-color($foreground, text, 0.54);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user