]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use Save button as a .submit example 12068/head
authorBruce Wells <brucekwells@gmail.com>
Tue, 5 May 2020 13:59:33 +0000 (09:59 -0400)
committerBruce Wells <brucekwells@gmail.com>
Tue, 5 May 2020 13:59:33 +0000 (09:59 -0400)
docs/pages/button.md

index 66af6e43a94888adefbefdf1f76866372431775f..5e8b72ebb496dec2e26a648a44f4b7099db97f68 100644 (file)
@@ -34,7 +34,7 @@ A basic button can be created with minimal markup. Because buttons can be used f
 <a href="#features" class="button">View All Features</a>
 
 <!-- Buttons (actions) -->
-<button type="button" class="success button">Save</button>
+<button class="submit success button">Save</button>
 <button type="button" class="alert button">Delete</button>
 ```