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
  • #4511
Closed
Open
Issue created Aug 21, 2012 by Administrator@rootContributor

Unwanted focus outline on modal windows.

Created by: frankdejonge

At first I though it was a new style thing, which startled me..... But then compared to how other people saw the modal windows and spotted the 'bug'. When on Mac (other linux people don't have it) there's a focus outline on the modal windows, both the modal window (http://d.pr/i/HmAE), and the button spawning it (http://d.pr/i/K3O9) are affected.

I was able to remove it by adding the following bit of css into the page through the inspector:

:focus{
    outline: none;
}

But I reckon this is way to intrusive to ever get a place in the reset.less, hence that I'm filing an issue instead of a pull-request.

Assignee
Assign to
Time tracking