Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #17231
Closed
Open
Issue created Aug 22, 2015 by Administrator@rootContributor

v4 - <a class="btn-disabled"> does not have cursor: not-allowed

Created by: Qqwy

There is a slight difference between <button class="btn btn-primary btn-disabled">Go!</button> and <a class="btn btn-primary btn-disabled">Go!</a> in that the second will not show the not-allowed cursor. (compare http://v4-alpha.getbootstrap.com/components/buttons/#disabled-state)

I thought this was a missing thing in the new Bootstrap v4 styling, but I found out that actually the pointer-events:none; that is applied to the disabled anchor tags results in the cursor not changing to not-allowed at all.

Is there a way to still make it show? Or at least, if there is not, I think it would be a good idea to note this difference on the documentation page.

Assignee
Assign to
Time tracking