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
  • #28010
Closed
Open
Issue created Jan 09, 2019 by Administrator@rootContributor

Reboot for focused placeholder link

Created by: ysds

The focus states are taken into consideration, but I have a doubt about the necessity of them.

https://github.com/twbs/bootstrap/blob/39b76861a7afc2ccc90752a61fa5aa998e94761f/scss/_reboot.scss#L199-L211

It can be removed IMO. After:

a:not([href]) {
  color: inherit;
  text-decoration: none;

  @include hover {
    color: inherit;
    text-decoration: none;
  }
}

Related to: #21633, #21487, #19411

Any thoughts?

P.S: If we have plain-hover() mixin like the plain-hover-focus() mixin, can be more simplified:

a:not([href]) {
  @include plain-hover {
    color: inherit;
    text-decoration: none;
  }
}
Assignee
Assign to
Time tracking