Hello Javier,
I think if you use these structure you can target the buttons the correct way:
.btn-custom-javi {
.btn-default {
//Your custom styles here
}
}
I hope this will help you
.btn-custom-javi {
.btn-default {
color:#2d2d;
background-color:$brand-warning;
:hover {
color:#d60e0e;
}
}
Hi Javier,
I checked your post a bit more in depth, did you try applying the class to the individual buttons instead of to the dropdown container?
I see you're using Mx version 8.6.5, you probably still need to compile your SCSS to CSS.
Check out the following documentation on how to setup Calypso to do this for you:
https://docs.mendix.com/howto8/front-end/calypso