apvarun / toastify-js

Pure JavaScript library for better notification messages
https://apvarun.github.io/toastify-js/
MIT License
2.09k stars 230 forks source link

[Request] Add hover effect for toast-close class for better visibility on desktop #86

Closed GeorgeFlorian closed 2 years ago

GeorgeFlorian commented 2 years ago

Hello. First of all I have to say that this is a great library. I am using it on an ESP32 and it works flawlessly.

What do you think about adding a hover effect for toast-close (the X button) for a better visibility on Desktop. I am currently using this in my implementation:

.toast-close:hover {
    opacity: 1;
}

Thank you. Have a nice day.

GeorgeFlorian commented 2 years ago

Made a pull request: https://github.com/apvarun/toastify-js/pull/87