<button ion-button [disabled]="true" class="my_disabled_button">
location
</button>
.my_disabled_button:disabled {
background-color: red;
}
<button ion-button [disabled]="true" class="my_disabled_button">
location
</button>
.my_disabled_button:disabled {
background-color: red;
}