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
  • Merge requests
  • !14890

Disabled cursor: add variable and change to `default`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Mark Otto requested to merge cursor_variable into master Oct 28, 2014
  • Overview 0
  • Commits 5
  • Pipelines 0
  • Changes 17

Currently our disabled elements use cursor: not-allowed; which on hover shows a circle with a slash through it. It's intended to show the click is, well, not allowed, but it's not something folks see all that often I feel. In addition, we don't currently have an easy way to customize this should you want to adjust it.

So, this PR adds the variable and sets it to default instead of not-allowed. This also has the added benefit of fixing a recent inconsistency in behavior—most modern browsers show no cursor at all due to pointer-events. This brings IE10 and below closer in line with that.

Fixes #14882 (closed).

/cc @cvrebert @JasperHorn

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cursor_variable