mirror of
https://github.com/jgthms/bulma
synced 2026-03-24 13:59:36 -07:00
Fix changelog table
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Bulma Changelog
|
# Bulma Changelog
|
||||||
|
|
||||||
## 0.5.4
|
## 0.6.0
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
||||||
@@ -18,14 +18,11 @@ The new `$link` color is part of the `$colors` map. As a result, `.button.is-lin
|
|||||||
The `$link` color is used instead of `$primary` in the following components:
|
The `$link` color is used instead of `$primary` in the following components:
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Variable</th>
|
<th>Variable</th>
|
||||||
<th>Old value</th>
|
<th>Old value</th>
|
||||||
<th>New value</th>
|
<th>New value</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>$dropdown-item-active-color</code></td>
|
<td><code>$dropdown-item-active-color</code></td>
|
||||||
<td><code>$primary-invert</code></td>
|
<td><code>$primary-invert</code></td>
|
||||||
@@ -56,7 +53,6 @@ The `$link` color is used instead of `$primary` in the following components:
|
|||||||
<td><code>$primary</code></td>
|
<td><code>$primary</code></td>
|
||||||
<td><code>$link</code></td>
|
<td><code>$link</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>$tabs-link-active-border-bottom-color</code></td>
|
<td><code>$tabs-link-active-border-bottom-color</code></td>
|
||||||
<td><code>$primary</code></td>
|
<td><code>$primary</code></td>
|
||||||
@@ -82,7 +78,6 @@ The `$link` color is used instead of `$primary` in the following components:
|
|||||||
<td><code>$primary-invert</code></td>
|
<td><code>$primary-invert</code></td>
|
||||||
<td><code>$link-invert</code></td>
|
<td><code>$link-invert</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
### Issues closed
|
### Issues closed
|
||||||
|
|||||||
Reference in New Issue
Block a user