This commit is contained in:
Jeremy Thomas 2017-08-14 13:12:09 +01:00
parent b41681d21c
commit c66ec2a9a9

View File

@ -539,8 +539,17 @@ variables:
<div class="columns">
<div class="column">
<div class="block">
{{button_loading_example}}
</div>
<div class="message is-info">
<div class="message-body">
<p>
Since the loading spinner is implemented using the <code>:after</code> pseudo-element, it is not support by the <code>&lt;input type="submit"&gt;</code> element.
</p>
</div>
</div>
</div>
<div class="column">
{% highlight html %}{{button_loading_example}}{% endhighlight %}
</div>