mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
distinct button state style (#1296)
This commit is contained in:
committed by
Adina Parpalita
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user