Workspace List Menu - Change mouse pointer when hovering over an option in menu list

Hellyson1
Tera Contributor

Hello everyone.

 

We use workspaces a lot and there is a need in the client area that has more to do with the user interface. When positioning the mouse pointer on the menu list, the pointer does not change to the "clickable" link pattern, which is outside the client's pattern.

comm01.png

 

Is it possible to change it so that when you position the mouse pointer on the menu, it appears similar to selecting a column?

 

comm02.png

3 REPLIES 3

amruta5796
Tera Contributor

I had a similar requirement, so I added cursor: pointer; to the CSS of that specific component. You can do the same for the component where you want the pointer cursor to appear.

amruta5796
Tera Contributor

I had a similar requirement, so I added cursor: pointer; to the CSS of that specific component. You can do the same for the component where you want the pointer cursor to appear..

amruta5796
Tera Contributor

I had a similar requirement, so I added cursor: pointer to the CSS of that specific component. You can do the same for the component where you want the pointer cursor to appear.