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

Reboot updates

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge master-mc-reboot-update into master Jun 17, 2019
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 9

Created by: MartijnCuppens

  • Inherit box-sizing and set box-sizing: border-box; on body This makes it possible for 3th party components to use box-sizing: content-box by just applying the box-sizing to the wrapper div. Nope: https://github.com/twbs/bootstrap/pull/28917#issuecomment-512039100
  • Remove unsupported browsers fixes (IE10 & Firefox 39-)
  • More consistent comment blocks
  • Reorganise order of some blocks
  • Add height fix for date/month/week/time inputs (#18842 (closed), this was already fixed by adding a height to form controls, with this change we don't need to set the height anymore)
  • Remove redundant type selectors for some pseudo elements
  • Additional resets and theming options for legend
  • Element theming from _code.scss moved to reboot
  • All input fields now have the same borders

Todo:

  • Merge code page with reboot page

Result: https://deploy-preview-28917--twbs-bootstrap.netlify.com/docs/4.3/content/reboot/

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master-mc-reboot-update