From: Jonathan Urzua Date: Sat, 13 Oct 2018 18:14:35 +0000 (-0300) Subject: Fixes some typos for arrowless dropdowns in navbar X-Git-Tag: 0.7.3~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4283f2e80d1c7cf5b5b32d5c41e4a1f9ad6b572f;p=thirdparty%2Fbulma.git Fixes some typos for arrowless dropdowns in navbar Found some typos for the `is-arrowless` modifier and changed the wording a bit so it's more consistent with the rest of the documentation. --- diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html index a9b9d2444..8a2d17136 100644 --- a/docs/documentation/components/navbar.html +++ b/docs/documentation/components/navbar.html @@ -1072,7 +1072,7 @@ $(document).ready(function() {

- You can remove the arrow in the items of the Navbar by addind the navbar-dropdown class to them. + You can remove the arrow in the items of the navbar by adding the is-arrowless modifier to them.