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
  • !27178

Fix btn focus color & remove underline

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/MartijnCuppens/btn-focus into v4-dev Sep 04, 2018
  • Overview 0
  • Commits 4
  • Pipelines 0
  • Changes 1

Created by: MartijnCuppens

Fixes https://github.com/twbs/bootstrap/commit/97eea3b2bfc5f6d1a3e680ee07b1274247610bb0#commitcomment-30379796

This PR:

  • Removes the color being set on focused .btns
  • Removes text-decoration: none being set on focused .btns (no need for this, also tested this in IE10, IE11 and latest Chrome, Firefox & Safari)
  • Additional change: adds text-decoration: none to .btns (if $link-decoration: underline; is used, a.btns would have an underline.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/MartijnCuppens/btn-focus