From: Jeremy Thomas Date: Mon, 14 Aug 2017 12:12:09 +0000 (+0100) Subject: Fix #1053 X-Git-Tag: 0.5.2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c66ec2a9a949a9460f68343c7b47c458bf8a15b0;p=thirdparty%2Fbulma.git Fix #1053 --- diff --git a/docs/documentation/elements/button.html b/docs/documentation/elements/button.html index d044f89e6..f3f1286d9 100644 --- a/docs/documentation/elements/button.html +++ b/docs/documentation/elements/button.html @@ -539,7 +539,16 @@ variables:
- {{button_loading_example}} +
+ {{button_loading_example}} +
+
+
+

+ Since the loading spinner is implemented using the :after pseudo-element, it is not support by the <input type="submit"> element. +

+
+
{% highlight html %}{{button_loading_example}}{% endhighlight %}