gantt icon indicating copy to clipboard operation
gantt copied to clipboard

How can I remove icons from a task when mouse is over it ?

Open lx2pwnd opened this issue 5 years ago • 1 comments

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.

Schermata 2020-08-23 alle 17 44 56

I want to hide this icons and show the task like in the image below. How can I do this ? Thanks a lot.

lx2pwnd avatar Aug 23 '20 17:08 lx2pwnd

Use CSS:

.handle-group {
	display: none;
}

mikeott avatar Apr 15 '21 22:04 mikeott