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
  • #10259
Closed
Open
Issue created Aug 28, 2013 by Administrator@rootContributor

Extraneous '&' in .list-group-item rule

Created by: tonicboy

In list-group.less, there is an extra ampersand after the a selector on Line 44. The general structure is:

.list-group-item {
    ...
    a& {
        &:hover,
        &:focus {
          text-decoration: none;
          background-color: @list-group-hover-bg;
        }
    }
}

This doesn't break compilation but gives an unexpected result. Instead of creating a rule .list-group-item a:hover {} as I assume was meant, it creates a rule a.list-group-item:hover {}

Assignee
Assign to
Time tracking