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

This commit is contained in:
Dimitrie Hoekstra 2016-12-09 16:46:03 +01:00
parent a8356ef268
commit 4f264c7930
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@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,

View File

@ -0,0 +1,4 @@
---
title: Updates the font weight of button styles because of the change to system fonts
merge_request:
author: