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
  • #20619
Closed
Open
Issue created Sep 03, 2016 by Administrator@rootContributor

v4: a.text-muted:hover broken

Created by: tordans

I just updated my rails app to bootstrap (4.0.0.alpha3.1).

No all links a.text-muted are broken, the :hover does not work anymore.

The issue seems to be, that his line …

/* line 4, /.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-muted {
  color: #818a91 !important;
}

… overwrites this line:

/* line 21, /.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-muted:focus, a.text-muted:hover {
  color: #687077;
}
Assignee
Assign to
Time tracking