distinct button state style (#1296)

This commit is contained in:
Cilibiu Bogdan 2020-01-08 15:49:46 +02:00 committed by Adina Parpalita
parent 3521a1cca4
commit 9104ab33c3

View File

@ -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);
} }
} }