mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
Update changelog
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
* #2375 Add `.is-relative` helper
|
* #2375 Add `.is-relative` helper
|
||||||
* #2321 Make `.navbar` focus behave like hover for the navigation
|
* #2321 Make `.navbar` focus behave like hover for the navigation
|
||||||
* #2290 Fix #1186 -> Reset the offset on columns
|
* #2290 Fix #1186 -> Reset the offset on columns
|
||||||
|
* #2231 Add `.has-text-weight-medium` helper
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
|
|||||||
@@ -1088,6 +1088,10 @@ a.has-text-danger:hover, a.has-text-danger:focus {
|
|||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.has-text-weight-medium {
|
||||||
|
font-weight: 500 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.has-text-weight-semibold {
|
.has-text-weight-semibold {
|
||||||
font-weight: 600 !important;
|
font-weight: 600 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -402,6 +402,10 @@ breadcrumb:
|
|||||||
<td><code>has-text-weight-normal</code></td>
|
<td><code>has-text-weight-normal</code></td>
|
||||||
<td>Transforms text weight to <strong>normal</strong></td>
|
<td>Transforms text weight to <strong>normal</strong></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>has-text-weight-medium</code></td>
|
||||||
|
<td>Transforms text weight to <strong>medium</strong></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>has-text-weight-semibold</code></td>
|
<td><code>has-text-weight-semibold</code></td>
|
||||||
<td>Transforms text weight to <strong>semi-bold</strong></td>
|
<td>Transforms text weight to <strong>semi-bold</strong></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user