Workspace List Menu - Change mouse pointer when hovering over an option in menu list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 06:28 AM
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.
Is it possible to change it so that when you position the mouse pointer on the menu, it appears similar to selecting a column?
- Labels:
-
Workspace : Next Experience
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
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..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
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.