Cursor pointer Utility
See original GitHub issueHello, It will be nice if someone could add a class that let you point the cursor. example:
.c-pointer {
cursor: pointer;
}
Issue Analytics
- State:
- Created 6 years ago
- Reactions:106
- Comments:32 (11 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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
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.