i have this button
<button class="btn" [disabled]="true">
<i class="fa fa-heart" aria-hidden="true"></i> Like
</button>
I want it to be green when disabled but don't know how to do it
With css
button:disabled {
background-color: green;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With