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
  • #5533
Closed
Open
Issue created Oct 15, 2012 by Administrator@rootContributor

Hovering over a disabled item in a drop-down menu in IE8

Created by: zonak

There is an issue with disabled items in a drop-down menu in IE8. When hovering the background color quickly changes between transparent and the background color it would have had if it weren't disabled.

The issue can be resolved by updating dropdowns.less and adding the following line:

filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

in the Nuke hover effects section with the following selector:

.dropdown-menu .disabled > a:hover
Assignee
Assign to
Time tracking