]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update changelog
authorJeremy Thomas <bbxdesign@gmail.com>
Fri, 17 May 2019 10:51:58 +0000 (11:51 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Fri, 17 May 2019 10:51:58 +0000 (11:51 +0100)
CHANGELOG.md
docs/css/bulma-docs.css
docs/documentation/modifiers/typography-helpers.html

index 6e5f0e4a2b7e8da0714b0288d71a5554e0b46ab4..52758da469cf96e11889f7cb1db6b7d003ccddae 100644 (file)
@@ -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
 
index e32aa85d78904b6c72c796f0e7a554646baa5a89..e2c30812fc7360ab8355c7666e7348c92a6cae3c 100644 (file)
@@ -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;
 }
index 80481a77136c87ae058ec58d3386629442012644..95c842e86d26b44c3cd872eb55215726bb488d61 100644 (file)
@@ -402,6 +402,10 @@ breadcrumb:
     <td><code>has-text-weight-normal</code></td>
     <td>Transforms text weight to <strong>normal</strong></td>
   </tr>
+  <tr>
+    <td><code>has-text-weight-medium</code></td>
+    <td>Transforms text weight to <strong>medium</strong></td>
+  </tr>
   <tr>
     <td><code>has-text-weight-semibold</code></td>
     <td>Transforms text weight to <strong>semi-bold</strong></td>