Change to "pointing hand" cursor on hover#31741
Closed
Conversation
Improves user experience (UX) by adding "pointing hand" cursor on hover. So it looks more clickable even though it functioning properly.
Fixed unexpected lint error. For more information about pull request, see commit: https://github.com/Thor-x86/bootstrap/commit/5be8a38284dcb6dd539405dd97a925364aa980f8#diff-31b66083b0eb8354f47334c6957c36b8
Fixed unexpected lint error. For more information about pull request, see commit: https://github.com/Thor-x86/bootstrap/commit/5be8a38284dcb6dd539405dd97a925364aa980f8#diff-31b66083b0eb8354f47334c6957c36b8
Author
|
The lint on my machine shows no problem. However, it always failing on lint check at GitHub. Did I missed something on lint configuration? |
Member
|
this has been debated back and forth forever. https://github.com/twbs/bootstrap/issues?q=is%3Aissue+cursor+pointer there's now a utlity class for those who want it, but not something we're going to do by default I'm afraid #30562 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improves user experience (UX) by adding "pointing hand" cursor on hover. So it looks more clickable even though it functioning properly.