From: Jeremy Thomas Date: Fri, 17 May 2019 10:51:58 +0000 (+0100) Subject: Update changelog X-Git-Tag: 0.7.5~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3348a2293365bf33dc21832b5d8c1485da865970;p=thirdparty%2Fbulma.git Update changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e5f0e4a2..52758da46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * #2375 Add `.is-relative` helper * #2321 Make `.navbar` focus behave like hover for the navigation * #2290 Fix #1186 -> Reset the offset on columns +* #2231 Add `.has-text-weight-medium` helper ### Improvements diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index e32aa85d7..e2c30812f 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -1088,6 +1088,10 @@ a.has-text-danger:hover, a.has-text-danger:focus { font-weight: 400 !important; } +.has-text-weight-medium { + font-weight: 500 !important; +} + .has-text-weight-semibold { font-weight: 600 !important; } diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html index 80481a771..95c842e86 100644 --- a/docs/documentation/modifiers/typography-helpers.html +++ b/docs/documentation/modifiers/typography-helpers.html @@ -402,6 +402,10 @@ breadcrumb: has-text-weight-normal Transforms text weight to normal + + has-text-weight-medium + Transforms text weight to medium + has-text-weight-semibold Transforms text weight to semi-bold