From: Simon Bächler Date: Wed, 19 Oct 2016 19:41:27 +0000 (+0200) Subject: Use a variable for the default font weights. Fixes #20741 X-Git-Tag: v4.0.0-alpha.6~493^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F20951%2Fhead;p=thirdparty%2Fbootstrap.git Use a variable for the default font weights. Fixes #20741 Websites might use different weights such as medium or thin or use light as default weight instead of normal. Also referenced: #18605 and #16170. --- diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 119cf1c050..3d5089c4f5 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -105,7 +105,7 @@ fieldset[disabled] a.btn { // Make a button look and behave like a link .btn-link { - font-weight: normal; + font-weight: $font-weight-normal; color: $link-color; border-radius: 0; diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 47702e7955..1f57955bc0 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -68,7 +68,7 @@ width: 100%; // For `