Skip to content
GitLab
    • Explore Projects Groups Snippets
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
  • !11248

Chrome for OSX print issue with select tags

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/tagliala/chrome-osx-select-print into master 11 years ago
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 1

Created by: tagliala

Fixes #11245 (closed)

Compare
  • master (base)

and
  • latest version
    58cb85be
    2 commits, 2 years ago

1 file
+ 6
- 0

    Preferences

    File browser
    Compare changes
less/print.less
+ 6
- 0
  • View file @ 58cb85be

  • Edit in single-file editor

  • Open in Web IDE


@@ -66,6 +66,12 @@
page-break-after: avoid;
}
// Chrome (OSX) fix for https://github.com/twbs/bootstrap/issues/11245
// Once fixed, we can just straight up remove this.
select {
background: #fff !important;
}
// Bootstrap components
.navbar {
display: none;
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
1
dependencies
1
dependencies
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: primer/design!323
Source branch: github/fork/tagliala/chrome-osx-select-print

Menu

Explore Projects Groups Snippets