From c66ec2a9a949a9460f68343c7b47c458bf8a15b0 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Mon, 14 Aug 2017 13:12:09 +0100 Subject: [PATCH] Fix #1053 --- docs/documentation/elements/button.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/documentation/elements/button.html b/docs/documentation/elements/button.html index d044f89e..f3f1286d 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 %}