I have the following css selector that is not working:
.button.button-green:hover
however if I do this, it works fine:
.button-green:hover
Is this a known issue with CSS and are there any ways around this (besided just using one class for the hover)?