]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #1053
authorJeremy Thomas <bbxdesign@gmail.com>
Mon, 14 Aug 2017 12:12:09 +0000 (13:12 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 14 Aug 2017 12:12:09 +0000 (13:12 +0100)
docs/documentation/elements/button.html

index d044f89e69795e95e4b974ac37d951d3ac935f9e..f3f1286d95544e4817db638133c64aa78312fabb 100644 (file)
@@ -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>&lt;input type="submit"&gt;</code> element.
+            </p>
+          </div>
+        </div>
       </div>
       <div class="column">
         {% highlight html %}{{button_loading_example}}{% endhighlight %}