Change cursor property to not-allowed when hovering uneditable items #11264
Unanswered
SeanPM5
asked this question in
Other feature requests
Replies: 1 comment
-
Hi @SeanPM5, i'm assuming you just want this to happen when hovering over the edit column and not the entire row? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The request
Small minor polish thing I just thought of. By setting the cursor CSS property to
cursor: not-allowed;
we could make it immediately clear to the user when they can't edit something.There's already a tooltip but the fade-in animation is rather slow imo, and having a bit more visual indication can't hurt.
The alternatives
Additional information
Beta Was this translation helpful? Give feedback.
All reactions