question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cursor pointer Utility

See original GitHub issue

Hello, It will be nice if someone could add a class that let you point the cursor. example:

.c-pointer {
 cursor: pointer;
}

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:106
  • Comments:32 (11 by maintainers)

github_iconTop GitHub Comments

64reactions
rbonomocommented, Aug 3, 2018

I don’t see a problem with adding to the Bootstrap utilities. Why have utility classes for border-radius and not cursor? Do you have a prejudice against the cursor property? I do not agree with the above comments

55reactions
dallanleecommented, Dec 18, 2018

I see Bootstrap as a tool for quick prototype implementation. For me, it’s supposed to remove the need to write my own CSS for as long as possible. Not having a cursor utility class is just another barrier to getting a prototype closer to the 80% complete before fine-tuning everything with my own rules. If I’m building a web app on Bootstrap and can’t control the cursor style in the moment, I could easily forget some of those subtle things later when I am writing my custom CSS to finish the last 20% of the prototype. I vote for cursor utility classes. I like @RavenHursT’s comment—this was closed because a few didn’t want it. The initial comment that opened this issue has 33 thumbs up at the time of writing my comment. Feels like the majority of the community is rudely dismissed on this one.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Interactions · Bootstrap v5.0
Utility classes that change how users interact with contents of a website. Text selection. Change the way in which the content is selected...
Read more >
twitter bootstrap - CSS class for pointer cursor
I scanned through bootstrap code and discovered following classes that use cursor: pointer. Seems like it is not a good idea to use...
Read more >
Bootstrap Cursor -- Tutorials with advanced examples
Check the enhanced Bootstrap Cursor -- Small utility that sets cursor when element is hovered. ... Add .cursor-pointer class to set a pointer...
Read more >
Cursor Pointer and other classes for Bootstrap 5
Cursor Pointer and other classes for Bootstrap 5 ... //Generate utilites for Cursor $utilities: map-merge( $utilities, ( "cursor": ...
Read more >
Bootstrap 4 card cursor pointer on Codeply
Bootstrap 4 card cursor pointer Codeply example.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found