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

Use native font stack for button, input, select and textarea

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/pvdlg/fix-normalize-font-change into v4-dev Jan 11, 2017
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: pvdlg

Fixes #21588 (closed), fixes #21652 (closed)

Since Normalize 5.0.0 button, input, select and textarea, do not font: inherit and define font-family: sans-serif,font-size: 100%

necolas/normalize.css#649 once merged will remove font-family: sans-serif,font-size: 100% but do not restore font: inherit.

This PR define font: inherit in reboot and therefore permanently fix the issues #21588 (closed) and #21652 (closed) for wether we use Normalize 5.0.0 or 6.0.0 + necolas/normalize.css#649.

Ref necolas/normalize.css#642, necolas/normalize.css#649

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/pvdlg/fix-normalize-font-change