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 %}