-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cursor:pointer on static paragraphs in navigation sidebar #69
Comments
this seems, at its core, to have the same root cause as #54 since in |
patrickhlauke
added a commit
to patrickhlauke/act-rules-web
that referenced
this issue
Nov 21, 2019
While it's true that most elements that use this mixin are also interactive, it is also used on static elements ... and here, having the explicit `cursor:pointer` mouse cursor (the "hand" one) is misleading and confusing, as it makes those static elements appear to be interactive/clickable to sighted mouse users. Closes act-rules#54 Closes act-rules#69
jeeyyy
pushed a commit
that referenced
this issue
Nov 21, 2019
While it's true that most elements that use this mixin are also interactive, it is also used on static elements ... and here, having the explicit `cursor:pointer` mouse cursor (the "hand" one) is misleading and confusing, as it makes those static elements appear to be interactive/clickable to sighted mouse users. Closes #54 Closes #69
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
similar to #54 and #66 the navigation sidebar has static content ("Documentation" and "Implementations") where the mouse cursor is forced to appear as if they were actually clickable/interactive via
cursor:pointer
. This is misleading/confusing.The text was updated successfully, but these errors were encountered: