Is there a way to get in future releases a separate class for active and hover for button css classes as you have hover for others like bg, scroll, text, etc.
If I use this config: class="btn btn-active-primary" it will work as expected but whenever you include the button inside an accordion, as soon as I expand it every button will be active means buttons will show primary color..
So having separate class example: btn-hover-primary and btn-active-primary can be helpful to choose. I didn't find a class to do this, so I have to use this config: class="bg-light bg-hover-primary text-hover-white" in order to simulate btn-active-primary without the active action, the only difference is text-hover has a transition.
Thanks...
Hi,
Sorry for the late reply.
Sorry for the late reply and thank you for your feedback. We will consider adding this in a future update. In the meantime you can go with a custom class or bg, text utility classes.
If you need anything else please let us know.
Regards,
Sean