icons_select + colors = graphical problem

I’ve updated to v3.0 and have an issue with background colors on events and removing icons_select with scheduler.config.icons_select = [];

I’ve attached an image to show the problem. I need to get rid of the outline that remains after removing the icons. But I’m not sure what I’m missing to do it.


Add the next code, it will prevent side menu appearing

scheduler.attachEvent(“onClick”, function(){
return false;
})

Thanks Stanislav! That fixed it :slight_smile: