Fix #1053
This commit is contained in:
parent
b41681d21c
commit
c66ec2a9a9
1 changed files with 10 additions and 1 deletions
|
@ -539,7 +539,16 @@ variables:
|
|||
|
||||
<div class="columns">
|
||||
<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 class="column">
|
||||
{% highlight html %}{{button_loading_example}}{% endhighlight %}
|
||||
|
|
Loading…
Add table
Reference in a new issue