From: Davide Taviani Date: Mon, 17 Sep 2018 13:50:45 +0000 (+0200) Subject: Add clarification about three empty spans for the navbar-burger X-Git-Tag: 0.7.2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=490553f848981db6f810a9ecfc8fc805e241a4fa;p=thirdparty%2Fbulma.git Add clarification about three empty spans for the navbar-burger It was not clear in the documentation that you *need* to have the 3 empty spans or otherwise the lines (and the cross) wouldn't show up. --- diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html index 17536b5bd..84a9e1760 100644 --- a/docs/documentation/components/navbar.html +++ b/docs/documentation/components/navbar.html @@ -634,7 +634,7 @@ $(document).ready(function() {

- The navbar-burger is a hamburger menu that only appears on mobile. It has to appear as the last child of navbar-brand. + The navbar-burger is a hamburger menu that only appears on mobile. It has to appear as the last child of navbar-brand. It has to contain three empty span tags in order to visualize the hamburger lines or the cross (when active).