Scheduled Tasks Not showing Edit Icons

Scheduled Tasks Not showing Edit Icons

د Reza Mirdamadi لخوا -
د ځوابونو شمیر: 3

Hi

After our latest upgrade, in scheduled tasks, I don't have the EDIT icon (the gear). 

I have looked up everywhere on the internet to find out the reason but did not manage to find a single solution. 


د درجې بندۍ اوسط:  -
In reply to Reza Mirdamadi

Re: Scheduled Tasks Not showing Edit Icons

د Carlson Smith لخوا -
So I found what the problem is, but where to edit it is what is beating me now.

There is a class called "action-icon".

When I do an inspect on the location that the icon is supposed to be

" a.action-icon{visibility:hidden;}" appears. When the visibility property is changed to visible, it shows icons, not only here, but in the attendance plugin as well.

Only problem now, is where and how to change this properly.
In reply to Reza Mirdamadi

Re: Scheduled Tasks Not showing Edit Icons

د Carlson Smith لخوا -
Found a solution that works.

In your theme Raw SCSS section, put the code "a.action-icons{visibility:visibile;}". They should now appear and be interactable.