Commit e837df80 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'update-button-font-weight' into 'master'

Updates the font weight of button styles because of the change to system fonts

## What does this MR do?

Updates the font weight of button styles because of the change to system fonts

## Are there points in the code the reviewer needs to double check?
-

## Why was this MR needed?

Because of the change to system fonts the font weight for buttons needed to be toned down a bit.

Seems only buttons styles were affected.

## Screenshots (if relevant)

left = result

![image](/uploads/c75868dca76561cafd559fb721be0601/image.png)

## Does this MR meet the acceptance criteria?

- [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
  - [ ] Added for this feature/bug
  - [ ] All builds are passing
- [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [ ] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?


cc: @cperessini

See merge request !8012
parents 5bb43bb9 4f264c79
@mixin btn-default {
border-radius: 3px;
font-size: $gl-font-size;
font-weight: 500;
font-weight: 400;
padding: $gl-vert-padding $gl-btn-padding;
&:focus,
......
---
title: Updates the font weight of button styles because of the change to system fonts
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment