mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-16 17:54:45 +00:00
distinct button state style (#1296)
This commit is contained in:
parent
3521a1cca4
commit
9104ab33c3
@ -52,11 +52,11 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.create:disabled {
|
.create[disabled] {
|
||||||
color: mat-color($primary);
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.create {
|
.create:enabled {
|
||||||
color: mat-color($accent);
|
color: mat-color($accent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user