Skip to content
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

Use default pointer for non links #2

Closed
wants to merge 1 commit into from

Conversation

thedavidzhao
Copy link

Because some of the layout elements are anchor tags, the auto cursor is the pointer. Ideally, they'd be converted to div, but this css rule can temporarily fix it.

Because some of the layout elements are anchor tags, the `auto` cursor is the `pointer`. Ideally, they'd be converted to `div`, but this css rule can temporarily fix it.
Copy link
Owner

@jamessha jamessha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is supposed to be
a:not(href)

Either way I'll fix this by removing the useless a tags

@jamessha jamessha closed this Oct 31, 2018
@thedavidzhao
Copy link
Author

Thanks. I think attribute selectors are enclosed in []: https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants