adopted-ember-addons / ember-cli-flash

Simple, highly configurable flash messages for ember-cli
https://www.npmjs.com/package/ember-cli-flash
MIT License
355 stars 113 forks source link

'exiting' class how can I change this class name? Option in environment.js? And why if I click to destroy flash the class is not applied? #206

Closed mrkongo closed 1 year ago

mrkongo commented 8 years ago

'exiting' class: how can I change this class name? Option in environment.js maybe?

And why if I click to destroy flash the class is not applied?

oligriffiths commented 8 years ago

+1

sbatson5 commented 6 years ago

And why if I click to destroy flash the class is not applied?

This has since been addressed--exiting class is applied when clicking.

We can certainly make the exiting class configurable.

miguelcobain commented 2 years ago

Making the exiting class configurable is especially useful when used with tailwind. +1