]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
use button for .menu-icon instead of span
authorAndy Cochran <acochran@council.nyc.gov>
Tue, 8 Mar 2016 18:08:12 +0000 (13:08 -0500)
committerGeoff Kimball <geoff@zurb.com>
Wed, 16 Mar 2016 16:42:36 +0000 (09:42 -0700)
docs/pages/top-bar.md

index 557da6814b75711dd051504aa0366331b649ee3a..16367c17bcd15cd688160bd8a58192870ea978fb 100644 (file)
@@ -63,7 +63,7 @@ In the below example, we've combined the above pattern with the Responsive Toggl
 <div class="top-bar">
   <div class="top-bar-title">
     <span data-responsive-toggle="responsive-menu" data-hide-for="medium">
-      <span class="menu-icon dark" data-toggle></span>
+      <button class="menu-icon dark" type="button" data-toggle></button>
     </span>
     <strong>Site Title</strong>
   </div>