From: b-fuze Date: Wed, 5 Dec 2018 02:33:34 +0000 (-0500) Subject: Add helpful tip to docs X-Git-Tag: 0.7.3~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b799e161185fa6c4a9e335fb0a434ef301c2f8b;p=thirdparty%2Fbulma.git Add helpful tip to docs I was thinking if someone wasn't aware that you could also use `` instead of `` that this could save them some time (and possibly prevent them abandoning the idea of using this lovely animated loading button) --- diff --git a/docs/documentation/elements/button.html b/docs/documentation/elements/button.html index ea1464676..a54a97eec 100644 --- a/docs/documentation/elements/button.html +++ b/docs/documentation/elements/button.html @@ -659,7 +659,7 @@ meta:

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