+While this update is mainly focused on a massive [website redesign](#), it also includes a few bug fixes, some new features, and some variable changes.
+
+These variable changes are documented here, so you can edit or revert them if needed.
+
+{% include elements/anchor.html name="Updated default values" %}
{% for item in site.data.blog.migratingv070.updated %}
You can create a <strong>non-interactive button</strong> by using the <code>is-static</code> modifier. This is useful to align a text label with an input, for example when using <a href="{{site.url}}/documentation/form/general#form-addons">form addons</a>.
</p>
</div>
- {{button_static_example}}
+ {{ button_static_example }}
</div>
<div class="column">
- {% highlight html %}{{button_static_example}}{% endhighlight %}
+ {% highlight html %}{{ button_static_example }}{% endhighlight %}
If the button only contains an icon, Bulma will make sure the button remains <strong>square</strong>, no matter the size of the button <em>or</em> of the icon.
</p>
</div>
- {{button_only_icon_example}}
+ {{ button_only_icon_example }}
</div>
<div class="column">
- {% highlight html %}{{button_only_icon_example}}{% endhighlight %}
+ {% highlight html %}{{ button_only_icon_example }}{% endhighlight %}