mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
Fix #1053
This commit is contained in:
parent
b41681d21c
commit
c66ec2a9a9
@ -539,7 +539,16 @@ variables:
|
|||||||
|
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
{{button_loading_example}}
|
<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><input type="submit"></code> element.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
{% highlight html %}{{button_loading_example}}{% endhighlight %}
|
{% highlight html %}{{button_loading_example}}{% endhighlight %}
|
||||||
|
Loading…
Reference in New Issue
Block a user