gantt
                                
                                
                                
                                    gantt copied to clipboard
                            
                            
                            
                        How can I remove icons from a task when mouse is over it ?
When I move the mouse over a task, appears some icons to resize the task and resize the progress like as the first task in the image below.
I want to hide this icons and show the task like in the image below. How can I do this ? Thanks a lot.
Use CSS:
.handle-group {
	display: none;
}