]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
increase hierarchy of disabled button header in docs
authorAndy Cochran <acochran@council.nyc.gov>
Wed, 7 Dec 2016 17:19:41 +0000 (12:19 -0500)
committerAndy Cochran <acochran@council.nyc.gov>
Wed, 7 Dec 2016 17:19:41 +0000 (12:19 -0500)
docs/pages/button.md

index c556f12fab1c54704277bfaef6d33bb6d361265f..6af5afed8371a2b3dd4af32e72d96bbde9c9b185 100644 (file)
@@ -101,7 +101,7 @@ The text color for each button class is determined by either `$button-color` or
 
 ---
 
-### Disabled Buttons
+## Disabled Buttons
 
 The `.disabled` class will give buttons a faded appearance. The class is a purely visual style, and won't actually disable a control. For `<button>` elements, you can add the `disabled` attribute to both disable and style it. If you want to disable a link, you should add the `aria-disabled` attribute to mark it as disabled for assistive technology.