Update changelog

This commit is contained in:
Jeremy Thomas 2019-05-17 11:51:58 +01:00
parent 044d5394a2
commit 3348a22933
3 changed files with 9 additions and 0 deletions

View 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

View 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;
}

View 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>