t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.84k forks source link

Can't change hover color #977

Closed Brand0n1 closed 2 years ago

Brand0n1 commented 2 years ago

The color of the button when hocering over it cant be changed, I tried .swal-button:hover {} But it didn't work

Brand0n1 commented 2 years ago

Solved it just had to use: .swal-button:not([disabled]):hover {