summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-12-09 16:46:03 +0100
committerDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-12-09 16:46:03 +0100
commit4f264c793046307f67b2b3a365cb2a41f1fc0eda (patch)
tree57bfe03e67f9ba3a1d169c769c54a73b1316f44e
parenta8356ef2681b89bf22270d71254afa587df41e02 (diff)
downloadgitlab-ce-update-button-font-weight.tar.gz
Updates the font weight of button styles because of the change to system fontsupdate-button-font-weight
-rw-r--r--app/assets/stylesheets/framework/buttons.scss2
-rw-r--r--changelogs/unreleased/update-button-font-weight.yml4
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index 8da3da2ad08..1c7b2f4df7c 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -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,
diff --git a/changelogs/unreleased/update-button-font-weight.yml b/changelogs/unreleased/update-button-font-weight.yml
new file mode 100644
index 00000000000..ddb3c1c8da4
--- /dev/null
+++ b/changelogs/unreleased/update-button-font-weight.yml
@@ -0,0 +1,4 @@
+---
+title: Updates the font weight of button styles because of the change to system fonts
+merge_request:
+author: